MCPcopy Create free account
hub / github.com/buct2012dbl/Dorchestrator / close

Method close

coding-agent/src/context/database.ts:237–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235 }
236
237 close(): void {
238 this.db.close();
239 }
240
241 // Transaction support
242 transaction<T>(fn: () => T): T {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected