MCPcopy Index your code
hub / github.com/ether/etherpad / hasNext

Method hasNext

src/static/js/OpIter.ts:25–27  ·  view source on GitHub ↗

* @returns {boolean} Whether there are any remaining operations.

()

Source from the content-addressed store, hash-verified

23 * @returns {boolean} Whether there are any remaining operations.
24 */
25 hasNext(): boolean {
26 return !this._next.done;
27 }
28
29 /**
30 * Returns the next operation object and advances the iterator.

Callers 2

nextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected