MCPcopy Create free account
hub / github.com/antchfx/xpath / newFilterNode

Function newFilterNode

parse.go:111–113  ·  view source on GitHub ↗

newFilterNode returns a new filter node FilterNode.

(n, m node)

Source from the content-addressed store, hash-verified

109
110// newFilterNode returns a new filter node FilterNode.
111func newFilterNode(n, m node) node {
112 return &filterNode{nodeType: nodeFilter, Input: n, Condition: m}
113}
114
115func newGroupNode(n node) node {
116 return &groupNode{nodeType: nodeGroup, Input: n}

Callers 2

parseFilterExprMethod · 0.85
parseStepMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…