MCPcopy
hub / github.com/codebymitch/TitanBot / getUserApplicationsKey

Function getUserApplicationsKey

src/utils/database.js:937–939  ·  view source on GitHub ↗
(guildId, userId)

Source from the content-addressed store, hash-verified

935}
936
937export function getUserApplicationsKey(guildId, userId) {
938 return `guild:${guildId}:applications:users:${userId}`;
939}
940
941export function getApplicationKey(guildId, applicationId) {
942 return `guild:${guildId}:applications:${applicationId}`;

Callers 3

deleteApplicationFunction · 0.85
createApplicationFunction · 0.85
getUserApplicationsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected