struct

Noir::GoCalleeExtractor::FunctionBody

Inherits Struct < Value < Object

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.

Constructors

new(source : String, file_path : String, start_row : Int32)
Source

Instance methods

file_path
Source
source
Source
start_row
Source