Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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()
Callers
4
vector_extension_server_sqlx_transaction_commit_rollback_and_error_recovery
Function · 0.80
sqlx_transaction_commit_and_rollback_preserve_state
Function · 0.80
tokio_postgres_transaction_commit_rollback_and_error_recovery
Function · 0.80
profile
Method · 0.80
Calls
1
commit_internal
Method · 0.80
Tested by
no test coverage detected