Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
registerAiToolRoutes
Function · 0.80
registerAiLlmStreamRoutes
Function · 0.80
registerAiAgentStreamRoutes
Function · 0.80
fetchRemoteModels
Function · 0.80
validateApiKey
Function · 0.80
forwardAbort
Function · 0.80
close
Method · 0.80
close
Method · 0.80
testProxyConnection
Function · 0.80
registerWindowHandlers
Function · 0.80
stopGeneration
Function · 0.80
abortAnalyticsRequests
Function · 0.80
Calls
2
exec
Method · 0.65
close
Method · 0.65
Tested by
no test coverage detected