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

Struct absoluteQuery

query.go:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114type absoluteQuery struct {
115 count int
116}
117
118func (a *absoluteQuery) Select(t iterator) (n NodeNavigator) {
119 if a.count > 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected