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

Method new

icicle-cortexm/src/mmio.rs:92–100  ·  view source on GitHub ↗
(
        models: &config::MmioModels,
        uc_ptr: *mut crate::uc_engine,
        access_contexts: bool,
        source: I,
    )

Source from the content-addressed store, hash-verified

90 }
91
92 pub fn new(
93 models: &config::MmioModels,
94 uc_ptr: *mut crate::uc_engine,
95 access_contexts: bool,
96 source: I,
97 ) -> Self {
98 let (models, passthrough) = build_models(models);
99 Self { source, models, passthrough, uc_ptr, access_contexts }
100 }
101}
102
103#[inline(always)]

Callers

nothing calls this directly

Calls 1

build_modelsFunction · 0.85

Tested by

no test coverage detected