codeql_definition
Find where a symbol is defined in CodeQL files by providing file URI, line, and character position.
Instructions
Navigates to the definition of a symbol.
Args: file_uri: URI of the CodeQL file line: 0-based line number character: 0-based character position
Returns: Dictionary with definition locations and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | ||
| file_uri | Yes | ||
| character | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||