MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / next

Function next

modules/files/file/file.js:49–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 return {
48 iterator: this,
49 next() {
50 const result = {value: this.iterator.next()};
51 result.done = undefined === result.value;
52 return result;
53 }
54 };
55 }
56};

Callers 2

file.jsFile · 0.70
zip.jsFile · 0.50

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected