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

Method executor

library/src/services/unit_of_work.rs:48–50  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

46 }
47
48 pub fn executor(&self) -> Arc<RwLock<Executor>> {
49 self.executor.clone()
50 }
51
52 pub async fn commit(mut self) -> ApplicationResult<()> {
53 // To drop uow itself!

Callers 3

handle_outboxMethod · 0.45
newMethod · 0.45
_commit_hookMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected