Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/027xiguapi/code-box
/ repeat
Function
repeat
contents/medium.tsx:23–25 ·
view source on GitHub ↗
(character, count)
Source
from the content-addressed store, hash-verified
21
}
22
23
function repeat(character, count) {
24
return Array(count + 1).join(character)
25
}
26
27
const turndownOption = {
28
addRules: {
Callers
1
medium.tsx
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected