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

Method _commit

library/src/services/unit_of_work.rs:59–63  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

57 self._commit().await
58 }
59 async fn _commit(&mut self) -> ApplicationResult<()> {
60 let mut executor = self.executor.write().await;
61
62 executor.commit().await
63 }
64
65 pub async fn rollback(self) -> ApplicationResult<()> {
66 let mut executor = self.executor.write().await;

Callers 1

commitMethod · 0.80

Calls 1

commitMethod · 0.45

Tested by

no test coverage detected