Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
945
type
groupQuery
struct
{
946
posit int
947
948
Input query
949
}
950
951
func
(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