Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ repeatString
Function
repeatString
static/word2md/mammoth.browser.js:3525–3527 ·
view source on GitHub ↗
(value, count)
Source
from the content-addressed store, hash-verified
3523
})();
3524
3525
function
repeatString(value, count) {
3526
return
new
Array(count + 1).join(value);
3527
}
3528
3529
function
markdownWriter() {
3530
var
fragments = [];
Callers
2
markdownListItem
Function · 0.70
mammoth.browser.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected