Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ TimerId
Class
TimerId
components/scheduler/src/interval_timer_manager.rs:19–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
18
#[derive(Debug, Clone, Hash, PartialEq, Eq)]
19
pub struct TimerId(Option<u64>, String);
20
21
impl TimerId {
22
pub fn new(plugin_id: Option<u64>, name: String) -> Self {
Callers
3
new
Method · 0.85
update_last_run
Method · 0.85
init_timer
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected