MCPcopy Create free account
hub / github.com/BaseXdb/basex / next

Method next

basex-api/src/main/php/BaseXClient/Query.php:66–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 public function next()
67 {
68 if ($this->more()) {
69 return $this->cache[$this->pos++];
70 }
71 }
72
73 public function info()
74 {

Callers

nothing calls this directly

Calls 1

moreMethod · 0.95

Tested by

no test coverage detected