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

Method moveToFirstChild

query.go:1249–1255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1247}
1248
1249func (d *descendantOverDescendantQuery) moveToFirstChild() bool {
1250 if d.currentNode.MoveToChild() {
1251 d.level++
1252 return true
1253 }
1254 return false
1255}
1256
1257func (d *descendantOverDescendantQuery) moveUpUntilNext() bool {
1258 for !d.currentNode.MoveToNext() {

Callers 1

SelectMethod · 0.95

Calls 1

MoveToChildMethod · 0.65

Tested by

no test coverage detected