Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
186
func
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.go
File · 0.85
createHeader
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected