Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1310
func
(c *compiler) PairNode(node *ast.PairNode) {
1311
c.compile(node.Key)
1312
c.compile(node.Value)
1313
}
1314
1315
func
(c *compiler) derefInNeeded(node ast.Node) {
1316
if
node.Nature().Nil {
Callers
1
compile
Method · 0.95
Calls
1
compile
Method · 0.95
Tested by
no test coverage detected