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

Method begin

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

Source from the content-addressed store, hash-verified

40 &mut self.repository
41 }
42 pub async fn begin(&mut self) -> Result<(), ApplicationError> {
43 // TODO Need to be simplified
44 let mut executor = self.executor.write().await;
45 executor.begin().await
46 }
47
48 pub fn executor(&self) -> Arc<RwLock<Executor>> {
49 self.executor.clone()

Callers 3

newMethod · 0.45
test_unit_of_workFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_unit_of_workFunction · 0.36