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

Struct cachedChildQuery

query.go:359–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359type cachedChildQuery struct {
360 name string
361 posit int
362 iterator func() NodeNavigator
363
364 Input query
365 Predicate func(NodeNavigator) bool
366}
367
368func (c *cachedChildQuery) Select(t iterator) NodeNavigator {
369 for {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected