incremental_update_tool
Update the persisted call graph incrementally by detecting file changes through hash comparison, updating only affected nodes to avoid full re-extraction.
Instructions
Detect file changes and update the persisted call graph incrementally. Compares file hashes to find added/modified/removed files, then updates only the affected graph nodes. Much faster than full re-extraction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | No | **/*.py | |
| projectId | Yes | ||
| workingDirectory | Yes |