Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/expr-lang/expr
/ NilNode
Method
NilNode
compiler/compiler.go:296–298 ·
view source on GitHub ↗
(_ *ast.NilNode)
Source
from the content-addressed store, hash-verified
294
}
295
296
func
(c *compiler) NilNode(_ *ast.NilNode) {
297
c.emit(OpNil)
298
}
299
300
func
(c *compiler) IdentifierNode(node *ast.IdentifierNode) {
301
if
index, ok := c.lookupVariable(node.Value); ok {
Callers
1
compile
Method · 0.95
Calls
1
emit
Method · 0.95
Tested by
no test coverage detected