codeql_references
Locate every reference to a symbol in CodeQL files at a given position, returning reference locations and metadata for efficient code navigation and analysis.
Instructions
Finds all references to a symbol at a specific position.
Args: file_uri: URI of the CodeQL file line: 0-based line number character: 0-based character position
Returns: Dictionary with reference locations and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | ||
| file_uri | Yes | ||
| character | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||