Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
56
pub struct StorageOverride {
57
pub slots: HashMap<Hash, Uint>,
58
pub diff: bool,
59
}
60
61
pub struct Evm {
62
executor: Executor,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected