MCPcopy Index your code
hub / github.com/codebymitch/TitanBot / delete

Method delete

src/utils/database.js:83–88  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

81 }
82
83 async delete(key) {
84 if (this.useFallback) {
85 logger.debug(`[DEGRADED] Deleting from memory: ${key}`);
86 }
87 return this.db.delete(key);
88 }
89
90 async list(prefix) {
91 return this.db.list(prefix);

Callers 15

createMockInteractionFunction · 0.45
deleteFromDbFunction · 0.45
deleteTicketDataFunction · 0.45
deleteApplicationFunction · 0.45
clearRateLimitFunction · 0.45
cleanupFunction · 0.45
handleChannelDeletionFunction · 0.45
handleNameTemplateChangeFunction · 0.45
handleUserLimitChangeFunction · 0.45
handleBitrateChangeFunction · 0.45
handleManagerRoleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected