find_definition
Locate the definition of a symbol in a C++ source file by providing file path, line, and column numbers.
Instructions
Find the definition of a symbol at a given location in a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the source file | |
| line | Yes | Line number (0-indexed) | |
| column | Yes | Column number (0-indexed) |