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

Method commit

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

Source from the content-addressed store, hash-verified

1524 }
1525
1526 pub fn commit(&mut self) -> Result<()> {
1527 self.commit_internal()
1528 }
1529
1530 pub fn rollback(&mut self) -> Result<()> {
1531 self.rollback_internal()

Calls 1

commit_internalMethod · 0.80

Tested by

no test coverage detected