MCPcopy 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
197function getStorageKey(guildId) {
198 return `${COUNTING_GAME_KEY_PREFIX}${guildId}`;
199}
200
201export async function getCountingGameConfig(client, guildId) {
202 try {

Callers 2

getCountingGameConfigFunction · 0.85
saveCountingGameConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected