MCPcopy Create free account
hub / github.com/SeismicSystems/summit / FinalizerState

Class FinalizerState

finalizer/src/db.rs:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27const LATEST_CHECKPOINT_EPOCH_KEY: [u8; 2] = [STATE_PREFIX, 2];
28
29pub struct FinalizerState<E: BufferPooler + Clock + Storage + Metrics, V: Variant> {
30 store: Db<E, FixedBytes<64>, Value<V>, EightCap>,
31 cancellation_token: CancellationToken,
32}
33
34impl<E: BufferPooler + Clock + Storage + Metrics, V: Variant> FinalizerState<E, V> {
35 pub async fn new(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected