MCPcopy Index your code
hub / github.com/cortexproject/cortex / pad

Function pad

tools/doc-generator/writer.go:184–186  ·  view source on GitHub ↗
(length int)

Source from the content-addressed store, hash-verified

182}
183
184func pad(length int) string {
185 return strings.Repeat(" ", length)
186}
187
188func cleanupDuration(value string) string {
189 // This is the list of suffixes to remove from the duration if they're not

Callers 3

writeConfigEntryMethod · 0.85
writeFlagMethod · 0.85
writeCommentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected