MCPcopy Create free account
hub / github.com/HKUDS/AgentSpace / close

Method close

packages/db/src/database.ts:411–411  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

409 exec(sql: string): void;
410 prepare(sql: string): PreparedStatementLike;
411 close(): void;
412}
413
414type WorkerSuccessPayload = {

Callers 9

postgres.test.tsFile · 0.65
migrateSqliteToPostgresFunction · 0.65
closeDatabaseFunction · 0.65
ensureWorkerFunction · 0.65
closeFunction · 0.65
closeFunction · 0.65

Calls

no outgoing calls

Tested by 1

closeFunction · 0.52