MCPcopy 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

execute_transactionMethod · 0.80
execute_transactionMethod · 0.80

Calls 1

rollbackMethod · 0.80

Tested by 1