Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiFuzz/MultiFuzz
/ memory_range
Method
memory_range
icicle-cortexm/src/config.rs:406–408 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
404
}
405
406
pub(crate) fn memory_range(&self) -> std::ops::Range<u64> {
407
self.base_addr..(self.base_addr + self.size)
408
}
409
}
410
411
#[derive(Copy, Clone)]
Callers
1
from_elf
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected