Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ abort
Method
abort
atomic-core/src/pristine/txn/write/mod.rs:1155–1158 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1153
}
1154
1155
fn abort(self) -> PristineResult<()> {
1156
self.txn.abort()?;
1157
Ok(())
1158
}
1159
}
1160
1161
// CrdtTxnT (read accessors) implementation for WriteTxn.
Callers
1
test_abort_transaction
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_abort_transaction
Function · 0.64