Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antchfx/xpath
/ position
Method
position
query.go:1418–1418 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1416
func
getNodePosition(q query) int {
1417
type
Position
interface
{
1418
position() int
1419
}
1420
if
count, ok := q.(Position); ok {
1421
return
count.position()
Callers
1
getNodePosition
Function · 0.65
Implementers
9
ancestorQuery
query.go
childQuery
query.go
cachedChildQuery
query.go
descendantQuery
query.go
followingQuery
query.go
precedingQuery
query.go
filterQuery
query.go
groupQuery
query.go
descendantOverDescendantQuery
query.go
Calls
no outgoing calls
Tested by
no test coverage detected