Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
96
func
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
archiveCmd
Function · 0.85
restoreCmd
Function · 0.85
dumpCmd
Function · 0.85
parseCategories
Function · 0.85
Calls
1
String
Method · 0.45
Tested by
no test coverage detected