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

Method isAvailable

src/utils/database.js:132–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130 }
131
132 isAvailable() {
133 return this.db && !this.useFallback;
134 }
135
136 getStatus() {
137 return {

Callers 5

getStatusMethod · 0.95
insertVerificationAuditFunction · 0.45
isPostgresSqlReadyFunction · 0.45
handleDeleteSystemFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected