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

Struct nopQuery

query.go:70–70  ·  view source on GitHub ↗

nopQuery is an empty query that always return nil for any query.

Source from the content-addressed store, hash-verified

68
69// nopQuery is an empty query that always return nil for any query.
70type nopQuery struct{}
71
72func (nopQuery) Select(iterator) NodeNavigator { return nil }
73

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected