Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
emit
Method · 0.80
infer_var_decl
Method · 0.80
Calls
1
find_node
Method · 0.80
Tested by
no test coverage detected