MCPcopy 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_bundleFunction · 0.45
buildMethod · 0.45
execute_blockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected