trace_path
Find how one code entity reaches another as ordered hops when a question names two things. Pass from and to as names, ids, or name@file to inspect routes and gaps.
Instructions
Find how one entity reaches another, as ordered hops. Call it when your question names TWO things. from and to take a name, an id, or name@file. Read found and gap before concluding A never reaches B. One endpoint? Use trace_data_flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target end, in the same forms. | |
| from | Yes | Source end: entity UUID, exact name, or name@file to pin one of two same-named entities. | |
| limit | No | Routes returned, shortest first (default 3, ceiling 25). See `routes_total`. | |
| to_file | No | Deprecated, answered through 0.7.16; pass the entity id in `to`. Pins `to` by file. | |
| direction | No | `forward`: from reaches to. `reverse`: the other way. `either` (default) tries both. | either |
| from_file | No | Pin `from` to the entity of that name in this file. Same as the name@file spelling. | |
| max_chars | No | Serialized characters this response may occupy; what was cut is named in `elisions`. | |
| max_depth | No | Hops between the two ends (default 6, ceiling 12). Containment hops are not counted. |