get_includes
List all #include directives in a C/C++ file and verify they resolve to existing files.
Instructions
List all #include directives in a C/C++ file and check if they resolve.
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 |