Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
function
repeat(str, times) {
17
return
Array(times + 1).join(str);
18
}
19
20
function
pad(str, len, pad, dir) {
21
let
length = strlen(str);
Callers
2
utils-test.js
File · 0.85
pad
Function · 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…