MCPcopy
hub / github.com/moonD4rk/HackBrowserData / categoryNames

Function categoryNames

cmd/hack-browser-data/dump.go:96–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94}
95
96func categoryNames() string {
97 names := make([]string, len(types.AllCategories))
98 for i, c := range types.AllCategories {
99 names[i] = c.String()
100 }
101 return strings.Join(names, ",")
102}

Callers 4

archiveCmdFunction · 0.85
restoreCmdFunction · 0.85
dumpCmdFunction · 0.85
parseCategoriesFunction · 0.85

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected