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

Function getCounterBaseName

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

Source from the content-addressed store, hash-verified

35}
36
37export function getCounterBaseName(type) {
38 return getCounterConfig(type).baseName;
39}
40
41export function getCounterEmoji(type) {
42 return getCounterConfig(type).emoji;

Callers 2

handleCreateFunction · 0.90
updateCounterFunction · 0.85

Calls 1

getCounterConfigFunction · 0.85

Tested by

no test coverage detected