MCPcopy 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)]
19pub struct TimerId(Option<u64>, String);
20
21impl TimerId {
22 pub fn new(plugin_id: Option<u64>, name: String) -> Self {

Callers 3

newMethod · 0.85
update_last_runMethod · 0.85
init_timerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected