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

Function getCounterTypeLabel

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

Source from the content-addressed store, hash-verified

31}
32
33export function getCounterTypeLabel(type) {
34 return getCounterConfig(type).label;
35}
36
37export function getCounterBaseName(type) {
38 return getCounterConfig(type).baseName;

Callers 5

getCounterTypeDisplayFunction · 0.90
getCounterTypeDisplayFunction · 0.90
handleUpdateFunction · 0.90
handleCreateFunction · 0.90
updateCounterFunction · 0.85

Calls 1

getCounterConfigFunction · 0.85

Tested by

no test coverage detected