MCPcopy Create free account
hub / github.com/EnsoBuild/temper / StorageOverride

Class StorageOverride

src/evm.rs:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55#[derive(Debug, Clone, PartialEq)]
56pub struct StorageOverride {
57 pub slots: HashMap<Hash, Uint>,
58 pub diff: bool,
59}
60
61pub struct Evm {
62 executor: Executor,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected