list_functions
Extract function and method declarations and definitions from a C/C++ source file to aid code analysis and navigation.
Instructions
Extract function/method declarations and definitions from a C/C++ file.
Args: file_path: Path to the C/C++ source file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |