Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiFuzz/MultiFuzz
/ addr
Method
addr
icicle-cortexm/src/config.rs:282–287 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
280
}
281
282
pub fn addr(&self) -> Option<&str> {
283
match &self.mode {
284
TriggerMode::Addr(sym) => Some(sym.as_str()),
285
_ => None,
286
}
287
}
288
289
pub fn fuzz_mode(&self) -> u32 {
290
match self.kind {
Callers
1
fuzzware_init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected