MCPcopy 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
1224func (c *compiler) PredicateNode(node *ast.PredicateNode) {
1225 c.compile(node.Node)
1226}
1227
1228func (c *compiler) PointerNode(node *ast.PointerNode) {
1229 switch node.Name {

Callers 1

compileMethod · 0.95

Calls 1

compileMethod · 0.95

Tested by

no test coverage detected