Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_board
Function · 0.45
test_get_board
Function · 0.45
test_get_board_with_different_state
Function · 0.45
test_delete_board
Function · 0.45
test_update_board
Function · 0.45
test_create_comment
Function · 0.45
test_create_board_leaves_outbox
Function · 0.45
test_convert_event
Function · 0.45
test_outbox_event_handled_by_messagebus
Function · 0.45
Calls
no outgoing calls
Tested by
9
test_add_board
Function · 0.36
test_get_board
Function · 0.36
test_get_board_with_different_state
Function · 0.36
test_delete_board
Function · 0.36
test_update_board
Function · 0.36
test_create_comment
Function · 0.36
test_create_board_leaves_outbox
Function · 0.36
test_convert_event
Function · 0.36
test_outbox_event_handled_by_messagebus
Function · 0.36