MCPcopy
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

getEndedGiveawaysFromKvFunction · 0.45
getLeaderboardFunction · 0.45
getApplicationsFunction · 0.45
eleaderboard.jsFile · 0.45
buildDashboardEmbedFunction · 0.45
executeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected