Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/expr-lang/expr
/ PredicateNode
Method
PredicateNode
compiler/compiler.go:1224–1226 ·
view source on GitHub ↗
(node *ast.PredicateNode)
Source
from the content-addressed store, hash-verified
1222
}
1223
1224
func
(c *compiler) PredicateNode(node *ast.PredicateNode) {
1225
c.compile(node.Node)
1226
}
1227
1228
func
(c *compiler) PointerNode(node *ast.PointerNode) {
1229
switch
node.Name {
Callers
1
compile
Method · 0.95
Calls
1
compile
Method · 0.95
Tested by
no test coverage detected