MCPcopy
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
411func (c *compiler) StringNode(node *ast.StringNode) {
412 c.emitPush(node.Value)
413}
414
415func (c *compiler) BytesNode(node *ast.BytesNode) {
416 c.emitPush(node.Value)

Callers 1

compileMethod · 0.95

Calls 1

emitPushMethod · 0.95

Tested by

no test coverage detected