Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codebymitch/TitanBot
/ getStorageKey
Function
getStorageKey
src/services/countingGameService.js:197–199 ·
view source on GitHub ↗
(guildId)
Source
from the content-addressed store, hash-verified
195
}
196
197
function
getStorageKey(guildId) {
198
return
`${COUNTING_GAME_KEY_PREFIX}${guildId}`;
199
}
200
201
export
async
function
getCountingGameConfig(client, guildId) {
202
try {
Callers
2
getCountingGameConfig
Function · 0.85
saveCountingGameConfig
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected