get_source
Retrieves the exact source code of a C/C++ symbol's definition via libclang extent for sub-millisecond lookup. Provides direct implementation view without LLM hallucination.
Instructions
Return the source code of a symbol's definition — no LLM, fast.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Fully qualified symbol name. Returns exact function body via libclang extent. | |
| project_root | No | Project root. Auto-detected if omitted. |