MCPcopy Create free account
hub / github.com/devspace-sh/devspace / newString

Function newString

pkg/devspace/analyze/analyze.go:186–193  ·  view source on GitHub ↗
(char string, size int)

Source from the content-addressed store, hash-verified

184}
185
186func newString(char string, size int) string {
187 retStr := ""
188 for i := 0; i < size; i++ {
189 retStr += char
190 }
191
192 return retStr
193}

Callers 2

analyze.goFile · 0.85
createHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected