Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codebymitch/TitanBot
/ list
Method
list
src/utils/database.js:90–92 ·
view source on GitHub ↗
(prefix)
Source
from the content-addressed store, hash-verified
88
}
89
90
async
list(prefix) {
91
return
this.db.list(prefix);
92
}
93
94
async
exists(key) {
95
if
(this.db.exists) {
Callers
9
getEndedGiveawaysFromKv
Function · 0.45
getOpenTicketCountForUser
Function · 0.45
getLeaderboard
Function · 0.45
cleanupExpiredApplications
Function · 0.45
getApplications
Function · 0.45
eleaderboard.js
File · 0.45
buildDashboardEmbed
Function · 0.45
getAllReactionRoleMessages
Function · 0.45
execute
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected