Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
37
export
function
getCounterBaseName(
type
) {
38
return
getCounterConfig(
type
).baseName;
39
}
40
41
export
function
getCounterEmoji(
type
) {
42
return
getCounterConfig(
type
).emoji;
Callers
2
handleCreate
Function · 0.90
updateCounter
Function · 0.85
Calls
1
getCounterConfig
Function · 0.85
Tested by
no test coverage detected