MCPcopy 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
31pub struct Manager {

Callers 4

timer_ackMethod · 0.80
remove_pendingMethod · 0.80
get_triggered_timersMethod · 0.80
next_event_timeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected