MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / repeat

Function repeat

cmd/history.go:60–66  ·  view source on GitHub ↗
(s string, n int)

Source from the content-addressed store, hash-verified

58}
59
60func repeat(s string, n int) string {
61 result := ""
62 for i := 0; i < n; i++ {
63 result += s
64 }
65 return result
66}

Callers 1

runHistoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected