MCPcopy Create free account
hub / github.com/getagentseal/codeburn / close

Function close

src/sqlite.ts:135–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133 return db.prepare(sql).all(...params) as T[]
134 },
135 close() {
136 db.close()
137 },
138 }
139}

Callers

nothing calls this directly

Calls 1

closeMethod · 0.80

Tested by

no test coverage detected