Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiFuzz/MultiFuzz
/ default_instr_limit
Function
default_instr_limit
icicle-cortexm/src/config.rs:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
fn default_instr_limit() -> u64 {
23
3000_0000
24
}
25
26
fn default_interrupt_trigger() -> IndexMap<String, Trigger> {
27
[(
"trigger"
.into(), Trigger {
Callers
1
default
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected