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

Method position

query.go:1418–1418  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1416func getNodePosition(q query) int {
1417 type Position interface {
1418 position() int
1419 }
1420 if count, ok := q.(Position); ok {
1421 return count.position()

Callers 1

getNodePositionFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected