MCPcopy Create free account
hub / github.com/boltlang/Bolt / expr

Method expr

crates/boltlang/src/ast.rs:427–429  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

425 }
426
427 pub fn expr(&self) -> Option<Expr> {
428 self.find_node()
429 }
430
431}
432

Callers 2

emitMethod · 0.80
infer_var_declMethod · 0.80

Calls 1

find_nodeMethod · 0.80

Tested by

no test coverage detected