MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / propose_and_wait

Method propose_and_wait

nodedb-cluster/src/decommission/coordinator.rs:44–46  ·  view source on GitHub ↗
(&self, entry: MetadataEntry)

Source from the content-addressed store, hash-verified

42#[async_trait]
43impl<T: MetadataProposer + ?Sized> MetadataProposer for std::sync::Arc<T> {
44 async fn propose_and_wait(&self, entry: MetadataEntry) -> Result<u64> {
45 (**self).propose_and_wait(entry).await
46 }
47}
48
49/// Drives a [`DecommissionPlan`] to completion.

Callers 1

runMethod · 0.45

Calls 2

lockMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected