Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codebymitch/TitanBot
/ getCategoryIcon
Function
getCategoryIcon
src/config/commandCategories.js:43–45 ·
view source on GitHub ↗
(category)
Source
from the content-addressed store, hash-verified
41
}
42
43
export
function
getCategoryIcon(category) {
44
return
CATEGORY_ICONS[category] || CATEGORY_ICONS[formatCategoryName(category)] ||
'📁'
;
45
}
Callers
1
buildCommandRegistry
Function · 0.90
Calls
1
formatCategoryName
Function · 0.70
Tested by
no test coverage detected