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

Method constructor

src/static/js/OpIter.ts:17–20  ·  view source on GitHub ↗

* @param {string} ops - String encoding the change operations to iterate over.

(ops: string)

Source from the content-addressed store, hash-verified

15 * @param {string} ops - String encoding the change operations to iterate over.
16 */
17 constructor(ops: string) {
18 this.gen = deserializeOps(ops);
19 this._next = this.gen.next();
20 }
21
22 /**
23 * @returns {boolean} Whether there are any remaining operations.

Callers

nothing calls this directly

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected