MCPcopy Create free account
hub / github.com/expr-lang/expr / PairNode

Method PairNode

compiler/compiler.go:1310–1313  ·  view source on GitHub ↗
(node *ast.PairNode)

Source from the content-addressed store, hash-verified

1308}
1309
1310func (c *compiler) PairNode(node *ast.PairNode) {
1311 c.compile(node.Key)
1312 c.compile(node.Value)
1313}
1314
1315func (c *compiler) derefInNeeded(node ast.Node) {
1316 if node.Nature().Nil {

Callers 1

compileMethod · 0.95

Calls 1

compileMethod · 0.95

Tested by

no test coverage detected