Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/erans/pgsqlite
/ rollback_with_session
Method
rollback_with_session
src/session/db_handler.rs:2187–2189 ·
view source on GitHub ↗
(&self, session_id: &Uuid)
Source
from the content-addressed store, hash-verified
2185
}
2186
2187
pub async fn rollback_with_session(&self, session_id: &Uuid) -> Result<(), PgSqliteError> {
2188
self.rollback(session_id).await
2189
}
2190
2191
2192
Callers
4
handle_connection_generic
Function · 0.80
execute_transaction
Method · 0.80
execute_transaction
Method · 0.80
test_db_handler_transactions
Function · 0.80
Calls
1
rollback
Method · 0.80
Tested by
1
test_db_handler_transactions
Function · 0.64