MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / ClearScheduledEventsEvent

Class ClearScheduledEventsEvent

crates/firewheel-graph/src/processor.rs:267–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265 pub node_id: Option<NodeID>,
266 pub event_type: ClearScheduledEventsType,
267}
268
269#[derive(Clone)]
270pub(crate) struct SharedClock {
271 pub clock_samples: InstantSamples,
272 #[cfg(feature = "scheduled_events")]
273 pub update_instant: Instant,
274 #[cfg(feature = "musical_transport")]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected