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

Method current

syncer/src/actor.rs:127–129  ·  view source on GitHub ↗

Returns the currently armed ack future (if any) for `select_loop!`.

(&mut self)

Source from the content-addressed store, hash-verified

125/// from its peers. This ensures that the actor can catch up to the rest of the network if it falls
126/// behind.
127pub struct Actor<E, B, P, FC, FB, ES, T, A = Exact>
128where
129 E: BufferPooler + CryptoRng + Spawner + Metrics + Clock + GClock + Storage,
130 B: Block<Digest = Digest> + Epochable + Viewable,
131 P: Provider<Scope = Epoch, Scheme: Scheme<B::Digest>>,
132 FC: Certificates<BlockDigest = B::Digest, Commitment = B::Digest, Scheme = P::Scheme>,

Callers 1

handle_proposalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected