MCPcopy Index your code
hub / github.com/cli-table/cli-table3 / repeat

Function repeat

src/utils.js:16–18  ·  view source on GitHub ↗
(str, times)

Source from the content-addressed store, hash-verified

14}
15
16function repeat(str, times) {
17 return Array(times + 1).join(str);
18}
19
20function pad(str, len, pad, dir) {
21 let length = strlen(str);

Callers 2

utils-test.jsFile · 0.85
padFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…