get_symbol_body
Get the complete source code of any named function, method, or class directly, bypassing file reads. Returns the declaration body for analysis.
Instructions
The full source of one declaration, by name — a method, class or function — without reading the file it lives in. Use this instead of opening a file to look at a single member.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Symbol name |