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

Method set_live_state

crates/execution/flashblocks/src/processor.rs:87–89  ·  view source on GitHub ↗
(&self, db: PendingExecutionDb, state_overrides: StateOverride)

Source from the content-addressed store, hash-verified

85 }
86
87 fn set_live_state(&self, db: PendingExecutionDb, state_overrides: StateOverride) {
88 *self.lock_live_state() = Some(LivePendingState { db, state_overrides });
89 }
90
91 fn publish_pending_blocks(
92 &self,

Callers 1

Calls 1

lock_live_stateMethod · 0.80

Tested by

no test coverage detected