MCPcopy Create free account
hub / github.com/base/base / db_mut

Method db_mut

crates/execution/flashblocks/src/state_builder.rs:110–112  ·  view source on GitHub ↗

Returns a mutable reference to the underlying database.

(&mut self)

Source from the content-addressed store, hash-verified

108
109 /// Returns a mutable reference to the underlying database.
110 pub fn db_mut(&mut self) -> &mut DB {
111 self.evm.db_mut()
112 }
113
114 /// Seeds block-level offsets when appending transactions to an already-executed pending block.
115 pub const fn set_execution_offsets(&mut self, cumulative_gas_used: u64, next_log_index: usize) {

Calls

no outgoing calls

Tested by 1