Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/witheve/Eve
/ expression
Method
expression
src/runtime/parser.ts:304–306 ·
view source on GitHub ↗
(node: ParseNode)
Source
from the content-addressed store, hash-verified
302
}
303
304
expression(node: ParseNode) {
305
this.expressions.push(node);
306
}
307
308
scan(node: ParseNode) {
309
this.scanLike.push(node);
Callers
1
constructor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected