Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
114
type
absoluteQuery
struct
{
115
count int
116
}
117
118
func
(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