struct
Noir::GoCalleeExtractor::FunctionBody
- Noir::GoCalleeExtractor::FunctionBody
- Struct
- Value
- Object
Overview
Top-level function definition captured for cross-file identifier
handler resolution. #source is the full text of the
function_declaration node, so re-parsing it yields the same body.
#start_row is the 0-based row of the func keyword in #file_path,
used to translate tree-sitter rows back to absolute file lines when
the body is walked from a re-parse.