MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / abort

Method abort

packages/node-runtime/src/merger/temp-db.ts:121–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119 }
120
121 abort(): void {
122 try {
123 this.db.exec('ROLLBACK')
124 } catch {
125 /* ignore */
126 }
127 this.db.close()
128 }
129}
130
131// ==================== TempDbReader ====================

Callers 13

registerAiToolRoutesFunction · 0.80
fetchRemoteModelsFunction · 0.80
validateApiKeyFunction · 0.80
forwardAbortFunction · 0.80
closeMethod · 0.80
closeMethod · 0.80
testProxyConnectionFunction · 0.80
registerWindowHandlersFunction · 0.80
stopGenerationFunction · 0.80
abortAnalyticsRequestsFunction · 0.80

Calls 2

execMethod · 0.65
closeMethod · 0.65

Tested by

no test coverage detected