Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Callers
9
new_with_storage_for_url
Method · 0.80
storage_roundtrip_restores_sessions_and_messages
Function · 0.80
sync_removes_deleted_sessions_from_storage
Function · 0.80
resolve_requested_session
Function · 0.80
handle_stats_command
Function · 0.80
handle_session_command
Function · 0.80
handle_debug_command
Function · 0.80
export_session_data
Function · 0.80
import_session_data
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected