MCPcopy Create free account
hub / github.com/MariaDB/server / Rewind

Method Rewind

storage/connect/Mongo3Interface.java:212–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210 } // end of AggregateColl
211
212 public boolean Rewind() {
213 if (cursor != null)
214 cursor.close();
215
216 if (finditer != null)
217 cursor = finditer.iterator();
218 else if (aggiter != null)
219 cursor = aggiter.iterator();
220
221 return (cursor == null);
222 } // end of Rewind
223
224 public int ReadNext() {
225 try {

Callers

nothing calls this directly

Calls 2

closeMethod · 0.45
iteratorMethod · 0.45

Tested by

no test coverage detected