MCPcopy
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
296func (c *compiler) NilNode(_ *ast.NilNode) {
297 c.emit(OpNil)
298}
299
300func (c *compiler) IdentifierNode(node *ast.IdentifierNode) {
301 if index, ok := c.lookupVariable(node.Value); ok {

Callers 1

compileMethod · 0.95

Calls 1

emitMethod · 0.95

Tested by

no test coverage detected