get_occurrences
Find all references or definitions of a symbol in Xcode projects using its USR identifier to support code navigation and refactoring tasks.
Instructions
Get all occurrences of a symbol by its USR.
Args: usr: The USR (Unified Symbol Resolution) of the symbol roles: The roles to search for (must be "reference" or "definition")
Returns: Dict containing all occurrences of the symbol
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| usr | Yes | ||
| roles | Yes |