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