Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
startWebServer
Method · 0.45
updateAllCounters
Method · 0.45
buildSuccessMessage
Function · 0.45
recordBlockedAttempt
Function · 0.45
logEvent
Function · 0.45
createMockInteraction
Function · 0.45
exists
Method · 0.45
increment
Method · 0.45
decrement
Method · 0.45
getFromDb
Function · 0.45
getGuildConfig
Function · 0.45
getGuildBirthdays
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected