MCPcopy Index your code
hub / github.com/codebymitch/TitanBot / getCounterConfig

Function getCounterConfig

src/services/serverstatsService.js:25–31  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

23};
24
25function getCounterConfig(type) {
26 return COUNTER_TYPE_CONFIG[type] || {
27 label: 'Unknown',
28 baseName: 'Counter',
29 emoji: '❓'
30 };
31}
32
33export function getCounterTypeLabel(type) {
34 return getCounterConfig(type).label;

Callers 3

getCounterTypeLabelFunction · 0.85
getCounterBaseNameFunction · 0.85
getCounterEmojiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected