MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / pool

Method pool

crates/opencode-storage/src/database.rs:68–70  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

66 }
67
68 pub fn pool(&self) -> &SqlitePool {
69 &self.pool
70 }
71
72 pub async fn begin(&self) -> Result<SqliteTransaction<'_>, DatabaseError> {
73 self.pool

Calls

no outgoing calls

Tested by

no test coverage detected