MCPcopy Create free account
hub / github.com/AlexErrant/Pentive / acquireConnection

Method acquireConnection

app/src/sqlite/dialect.ts:44–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 }
43 },
44 async acquireConnection() {
45 await waiter.lock()
46 return connection
47 },
48 async beginTransaction(connection: DatabaseConnection) {
49 await connection.executeQuery(CompiledQuery.raw('begin'))
50 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected