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

Method is_activated

examples/visual_node_graph/src/system.rs:284–286  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

282 }
283
284 pub fn is_activated(&self) -> bool {
285 self.cx.is_active()
286 }
287
288 pub fn update(&mut self) {
289 // Update the firewheel context.

Callers 1

updateMethod · 0.45

Calls 1

is_activeMethod · 0.45

Tested by

no test coverage detected