MCPcopy Create free account
hub / github.com/TruthHun/BookStack / LazyIterator

Function LazyIterator

static/word2md/mammoth.browser.js:15103–15105  ·  view source on GitHub ↗
(iterator)

Source from the content-addressed store, hash-verified

15101};
15102
15103var LazyIterator = function(iterator) {
15104 this._iterator = iterator;
15105};
15106
15107LazyIterator.prototype.map = function(func) {
15108 var iterator = this._iterator;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected