MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / Model

Class Model

icicle-cortexm/src/mmio.rs:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3use crate::{config, fuzzware};
4
5pub struct Model {
6 pub pc: u32,
7 pub addr: u32,
8 pub kind: ModelKind,
9}
10
11impl Model {
12 fn matches_context(&self, pc: u64, mem_addr: u64) -> bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected