MCPcopy Create free account
hub / github.com/erans/pgsqlite / commit_with_session

Method commit_with_session

src/session/db_handler.rs:2167–2169  ·  view source on GitHub ↗
(&self, session_id: &Uuid)

Source from the content-addressed store, hash-verified

2165 }
2166
2167 pub async fn commit_with_session(&self, session_id: &Uuid) -> Result<(), PgSqliteError> {
2168 self.commit(session_id).await
2169 }
2170
2171 pub async fn rollback(&self, session_id: &Uuid) -> Result<(), PgSqliteError> {
2172 self.connection_manager.execute_with_session(session_id, |conn| {

Callers 5

execute_transactionMethod · 0.80
execute_transactionMethod · 0.80

Calls 1

commitMethod · 0.80

Tested by 3