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

Method event_queue

examples/visual_node_graph/src/system.rs:318–320  ·  view source on GitHub ↗
(&mut self, node_id: NodeID)

Source from the content-addressed store, hash-verified

316 }
317
318 pub fn event_queue(&mut self, node_id: NodeID) -> ContextQueue<'_> {
319 self.cx.event_queue(node_id)
320 }
321}

Callers 13

start_or_restartMethod · 0.45
set_volumeMethod · 0.45
set_repeat_modeMethod · 0.45
pauseMethod · 0.45
resumeMethod · 0.45
stopMethod · 0.45
set_speedMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
show_bodyMethod · 0.45
play_sampleMethod · 0.45
set_window_sizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected