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

Method executor

library/src/adapters/database.rs:30–32  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

28 (Arc::new(RwLock::new(Self { pool, sender })), receiver)
29 }
30 pub fn executor(&self) -> Arc<RwLock<Executor>> {
31 RwLock::new(Executor::new(self.pool)).into()
32 }
33}
34
35#[derive(Debug)]

Callers 9

test_add_boardFunction · 0.45
test_get_boardFunction · 0.45
test_delete_boardFunction · 0.45
test_update_boardFunction · 0.45
test_create_commentFunction · 0.45
test_convert_eventFunction · 0.45

Calls

no outgoing calls

Tested by 9

test_add_boardFunction · 0.36
test_get_boardFunction · 0.36
test_delete_boardFunction · 0.36
test_update_boardFunction · 0.36
test_create_commentFunction · 0.36
test_convert_eventFunction · 0.36