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

Struct groupQuery

query.go:945–949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

943}
944
945type groupQuery struct {
946 posit int
947
948 Input query
949}
950
951func (g *groupQuery) Select(t iterator) NodeNavigator {
952 node := g.Input.Select(t)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected