aliases
Find all values that point to the same heap object as a given value, revealing alias sets and destructuring relationships. Supports text or JSON output.
Instructions
Values that alias this one (share a heap-object via POINTS_TO) — the destructuring/alias set. path_shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| format | No | text (compact, default) | json (structured result page) |