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

Method commit

crates/common/evm/src/evm.rs:262–264  ·  view source on GitHub ↗
(&mut self, state: Self::State)

Source from the content-addressed store, hash-verified

260 P: PrecompileProvider<BaseContext<DB>, Output = InterpreterResult>,
261{
262 fn commit(&mut self, state: Self::State) {
263 self.inner.ctx.db_mut().commit(state);
264 }
265}
266
267impl<DB, I, P> InspectEvm for BaseEvm<DB, I, P>

Callers 3

ensure_create2_deployerFunction · 0.45
commit_transactionMethod · 0.45

Calls 1

db_mutMethod · 0.80

Tested by

no test coverage detected