Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dtormoen/tsk-tsk
/ notification_client
Method
notification_client
src/context/mod.rs:61–63 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
59
}
60
61
pub fn notification_client(&self) -> Arc<NotificationClient> {
62
Arc::clone(&self.notification_client)
63
}
64
65
pub fn task_storage(&self) -> Arc<TaskStorage> {
66
Arc::clone(&self.task_storage)
Callers
4
run_with_lifecycle
Method · 0.80
execute
Method · 0.80
test_app_context_creation
Function · 0.80
check_oauth_for_task
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_app_context_creation
Function · 0.64