Noir::RustCalleeExtractor
Inherits Noir::CalleeExtractorBase
Constants
RESERVED = Noir::RustCalleeExtractorTS::RESERVED
Kept as a public constant for any external caller that still
consults the reserved set; the active implementation lives on
Noir::RustCalleeExtractorTS::RESERVED (same contents).
Instance methods
Walk body (a function body extracted as raw text by the engine)
and return every callee. Internally delegates to the tree-sitter
extractor which walks the parsed AST instead of running per-line
regexes. The public signature stays identical so existing
analyzers don't need to change.