Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/base/base
/ evm_mut
Method
evm_mut
crates/execution/engine-tree/src/cached_execution.rs:232–234 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
230
}
231
232
fn evm_mut(&mut self) -> &mut Self::Evm {
233
self.executor.evm_mut()
234
}
235
236
fn evm(&self) -> &Self::Evm {
237
self.executor.evm()
Callers
5
meter_bundle
Function · 0.45
build
Method · 0.45
execute_best_transactions
Method · 0.45
execute_transaction_without_commit
Method · 0.45
execute_block
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected