Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
50
func
CleanupOneLineArray(texts []string) []string {
51
for
i :=
range
texts {
52
texts[i] = CleanupOneLine(texts[i])
53
}
54
return
texts
55
}
Callers
4
ensureChange
Method · 0.92
runBugLabelNew
Function · 0.92
runBugLabelRm
Function · 0.92
BugChangeLabels
Method · 0.92
Calls
1
CleanupOneLine
Function · 0.85
Tested by
no test coverage detected