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

Function filledRange

static/word2md/mammoth.browser.js:9402–9408  ·  view source on GitHub ↗
(count, prefix, suffix)

Source from the content-addressed store, hash-verified

9400}
9401
9402function filledRange(count, prefix, suffix) {
9403 var ret = new Array(count);
9404 for(var i = 0; i < count; ++i) {
9405 ret[i] = prefix + i + suffix;
9406 }
9407 return ret;
9408}
9409
9410function safeToString(obj) {
9411 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected