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

Function hasNext

static/word2md/mammoth.browser.js:15088–15090  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15086var fromArray = exports.fromArray = function(array) {
15087 var index = 0;
15088 var hasNext = function() {
15089 return index < array.length;
15090 };
15091 return new LazyIterator({
15092 hasNext: hasNext,
15093 next: function() {

Callers 1

mammoth.browser.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected