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

Method getLastFailure

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

Source from the content-addressed store, hash-verified

142 }
143
144 getLastFailure() {
145 return {
146 reason: this.lastFailureReason,
147 message: this.lastFailureMessage
148 };
149 }
150
151 async ensureMigrationLedger() {
152 const migrationTable = assertAllowlistedIdentifier(

Callers 1

initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected