MCPcopy Index your code
hub / github.com/git-bug/git-bug / CleanupOneLineArray

Function CleanupOneLineArray

util/text/transform.go:50–55  ·  view source on GitHub ↗
(texts []string)

Source from the content-addressed store, hash-verified

48}
49
50func CleanupOneLineArray(texts []string) []string {
51 for i := range texts {
52 texts[i] = CleanupOneLine(texts[i])
53 }
54 return texts
55}

Callers 4

ensureChangeMethod · 0.92
runBugLabelNewFunction · 0.92
runBugLabelRmFunction · 0.92
BugChangeLabelsMethod · 0.92

Calls 1

CleanupOneLineFunction · 0.85

Tested by

no test coverage detected