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

Method getStatus

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

Source from the content-addressed store, hash-verified

134 }
135
136 getStatus() {
137 return {
138 initialized: this.initialized,
139 connectionType: this.connectionType,
140 isDegraded: this.useFallback,
141 isAvailable: this.isAvailable(),
142 degradedReason: this.degradedReason
143 };
144 }
145
146 getConnectionType() {
147 return this.connectionType;

Callers 3

startMethod · 0.80
startWebServerMethod · 0.80

Calls 1

isAvailableMethod · 0.95

Tested by

no test coverage detected