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

Function newRootNode

parse.go:120–122  ·  view source on GitHub ↗

newRootNode returns a root node.

(s string)

Source from the content-addressed store, hash-verified

118
119// newRootNode returns a root node.
120func newRootNode(s string) node {
121 return &rootNode{nodeType: nodeRoot, slash: s}
122}
123
124// newFunctionNode returns function call node.
125func newFunctionNode(name, prefix string, args []node) node {

Callers 1

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