Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ identifies_timer
Method
identifies_timer
components/scheduler/src/interval_timer_manager.rs:26–28 ·
view source on GitHub ↗
(&self, timer: &IntervalTimer)
Source
from the content-addressed store, hash-verified
24
}
25
26
pub fn identifies_timer(&self, timer: &IntervalTimer) -> bool {
27
timer.plugin_id == self.0 && timer.name == self.1
28
}
29
}
30
31
pub struct Manager {
Callers
4
timer_ack
Method · 0.80
remove_pending
Method · 0.80
get_triggered_timers
Method · 0.80
next_event_time
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected