Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/celer-pkg/celer
/ newDivider
Function
newDivider
pkgcache/divider.go:37–39 ·
view source on GitHub ↗
(parents []string, args ...string)
Source
from the content-addressed store, hash-verified
35
}
36
37
func
newDivider(parents []string, args ...string) string {
38
return
divider{}.string(parents, args...)
39
}
Callers
1
writeSectionTitle
Method · 0.85
Calls
1
string
Method · 0.80
Tested by
no test coverage detected