load_index
Loads the Xcode IndexStore for a specified project from Derived Data to enable code navigation and refactoring analysis.
Instructions
Load the IndexStore for a project from the Derived Data folder.
Args: projectName: Name of the project to load the index for.
Returns: bool: True if the index was loaded successfully, False otherwise.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectName | Yes |