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