Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiFuzz/MultiFuzz
/ every_nth_tick
Method
every_nth_tick
icicle-cortexm/src/config.rs:309–314 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
307
}
308
309
pub fn every_nth_tick(&self) -> u64 {
310
match &self.mode {
311
TriggerMode::EveryNthTick(Tick::Number(ticks)) => *ticks,
312
_ => 0,
313
}
314
}
315
}
316
317
#[derive(Debug, Clone, Serialize, Deserialize)]
Callers
1
fuzzware_init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected