Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
33
export
function
getCounterTypeLabel(
type
) {
34
return
getCounterConfig(
type
).label;
35
}
36
37
export
function
getCounterBaseName(
type
) {
38
return
getCounterConfig(
type
).baseName;
Callers
5
getCounterTypeDisplay
Function · 0.90
getCounterTypeDisplay
Function · 0.90
handleUpdate
Function · 0.90
handleCreate
Function · 0.90
updateCounter
Function · 0.85
Calls
1
getCounterConfig
Function · 0.85
Tested by
no test coverage detected