Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
initialize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected