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

Method clear_live_state

crates/execution/flashblocks/src/processor.rs:83–85  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

81 }
82
83 fn clear_live_state(&self) {
84 *self.lock_live_state() = None;
85 }
86
87 fn set_live_state(&self, db: PendingExecutionDb, state_overrides: StateOverride) {
88 *self.lock_live_state() = Some(LivePendingState { db, state_overrides });

Callers 2

process_flashblockMethod · 0.80

Calls 1

lock_live_stateMethod · 0.80

Tested by

no test coverage detected