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

Method get

src/utils/database.js:79–81  ·  view source on GitHub ↗
(key, defaultValue = null)

Source from the content-addressed store, hash-verified

77 }
78
79 async get(key, defaultValue = null) {
80 return this.db.get(key, defaultValue);
81 }
82
83 async delete(key) {
84 if (this.useFallback) {

Callers 15

startWebServerMethod · 0.45
updateAllCountersMethod · 0.45
buildSuccessMessageFunction · 0.45
recordBlockedAttemptFunction · 0.45
logEventFunction · 0.45
createMockInteractionFunction · 0.45
existsMethod · 0.45
incrementMethod · 0.45
decrementMethod · 0.45
getFromDbFunction · 0.45
getGuildConfigFunction · 0.45
getGuildBirthdaysFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected