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

Class Constant

icicle-cortexm/src/config.rs:519–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517
518#[derive(Debug, Clone, Serialize, Deserialize)]
519pub struct Constant {
520 pub access_size: u64,
521 pub addr: u64,
522 pub pc: u32,
523 pub val: u32,
524}
525
526#[derive(Debug, Clone, Serialize, Deserialize)]
527pub struct Passthrough {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected