Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/expr-lang/expr
/ BytesNode
Method
BytesNode
compiler/compiler.go:415–417 ·
view source on GitHub ↗
(node *ast.BytesNode)
Source
from the content-addressed store, hash-verified
413
}
414
415
func
(c *compiler) BytesNode(node *ast.BytesNode) {
416
c.emitPush(node.Value)
417
}
418
419
func
(c *compiler) ConstantNode(node *ast.ConstantNode) {
420
if
node.Value == nil {
Callers
1
compile
Method · 0.95
Calls
1
emitPush
Method · 0.95
Tested by
no test coverage detected