MCPcopy 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
43export function getCategoryIcon(category) {
44 return CATEGORY_ICONS[category] || CATEGORY_ICONS[formatCategoryName(category)] || '📁';
45}

Callers 1

buildCommandRegistryFunction · 0.90

Calls 1

formatCategoryNameFunction · 0.70

Tested by

no test coverage detected