MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / commit_internal

Method commit_internal

src/pglite/client.rs:1485–1490  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1483 }
1484
1485 fn commit_internal(&mut self) -> Result<()> {
1486 self.ensure_open()?;
1487 self.client.exec_internal("COMMIT", None)?;
1488 self.closed = true;
1489 Ok(())
1490 }
1491
1492 fn rollback_internal(&mut self) -> Result<()> {
1493 self.ensure_open()?;

Callers 2

transactionMethod · 0.80
commitMethod · 0.80

Calls 2

ensure_openMethod · 0.80
exec_internalMethod · 0.80

Tested by

no test coverage detected