Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexErrant/Pentive
/ releaseConnection
Method
releaseConnection
app/src/sqlite/dialect.ts:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
await
connection.executeQuery(CompiledQuery.raw(
'rollback'
))
56
},
57
async
releaseConnection() {
58
waiter.unlock()
59
},
60
async
destroy() {
61
db.close()
62
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected