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

Method is_activated

examples/sampler_test/src/system.rs:104–106  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

102 }
103
104 pub fn is_activated(&self) -> bool {
105 self.cx.is_active()
106 }
107
108 pub fn start_or_restart(&mut self, sampler_i: usize) {
109 let sampler = &mut self.samplers[sampler_i];

Callers 1

updateMethod · 0.45

Calls 1

is_activeMethod · 0.45

Tested by

no test coverage detected