MCPcopy Create free account
hub / github.com/Migorithm/rustiful-backend / rollback

Method rollback

library/src/services/unit_of_work.rs:65–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

63 }
64
65 pub async fn rollback(self) -> ApplicationResult<()> {
66 let mut executor = self.executor.write().await;
67 executor.rollback().await
68 }
69
70 /// commit_hook is invoked right before the calling for commit
71 /// which sorts out and processes outboxes and internally processable events.

Callers 1

test_unit_of_workFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_unit_of_workFunction · 0.36