Impact candidate slice
get_impact_sliceTraverse caller/callee edges from a code symbol to identify its candidate impact scope within a repository. Returns a token-budgeted slice of affected code paths to guide impact analysis without a full crawl.
Instructions
Traverse observed caller/callee edges from a symbol. It is a candidate impact slice, never a proof of complete blast radius.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | ||
| profile | No | ||
| repo_id | Yes | ||
| direction | No | both | |
| max_nodes | No | ||
| symbol_id | Yes | ||
| max_tokens | No |