Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ pairNode
Method
pairNode
checker/checker.go:1340–1344 ·
view source on GitHub ↗
(node *ast.PairNode)
Source
from the content-addressed store, hash-verified
1338
}
1339
1340
func
(v *Checker) pairNode(node *ast.PairNode) Nature {
1341
v.visit(node.Key)
1342
v.visit(node.Value)
1343
return
v.config.NtCache.NatureOf(nil)
1344
}
Callers
1
visit
Method · 0.95
Implementers
3
Config
conf/config.go
Checker
checker/checker.go
OperatorOverloading
patcher/operator_override.go
Calls
2
visit
Method · 0.95
NatureOf
Method · 0.80
Tested by
no test coverage detected