entry_point
Determine the entry file and call path for a software feature, providing the starting point for understanding its implementation.
Instructions
Where does a feature BEGIN? Returns the entry/boundary that dominates the feature (route handler, CLI command, main, or exported API) — its file is where to start reading — plus the call path down through it. Use for "where do I start to understand X"; for "where is symbol X defined" use locate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | cluster size (default 8) | |
| query | Yes |