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

Function newGroupNode

parse.go:115–117  ·  view source on GitHub ↗
(n node)

Source from the content-addressed store, hash-verified

113}
114
115func newGroupNode(n node) node {
116 return &groupNode{nodeType: nodeGroup, Input: n}
117}
118
119// newRootNode returns a root node.
120func newRootNode(s string) node {

Callers 1

parsePrimaryExprMethod · 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…