search_related_code
Finds related code by traversing structural call and import graphs, returning callers, callees, and imports with hop distance from specified names.
Instructions
Structural search: expand the graph from names up to hops away.
Returns neighbor nodes (callers/callees/imports) with hop distance. Requires the repo to have been ingested (graph.json present).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hops | No | ||
| names | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |