MCPcopy 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
37func newDivider(parents []string, args ...string) string {
38 return divider{}.string(parents, args...)
39}

Callers 1

writeSectionTitleMethod · 0.85

Calls 1

stringMethod · 0.80

Tested by

no test coverage detected