MCPcopy Create free account
hub / github.com/Commit-Boost/commit-boost-client / reload

Method reload

crates/pbs/src/api.rs:56–58  ·  view source on GitHub ↗
(state: PbsState<S>)

Source from the content-addressed store, hash-verified

54 }
55
56 async fn reload(state: PbsState<S>) -> eyre::Result<PbsState<S>> {
57 mev_boost::reload(state).await
58 }
59}
60
61pub struct DefaultBuilderApi;

Callers

nothing calls this directly

Implementers 2

main.rsexamples/status_api/src/main.rs
api.rscrates/pbs/src/api.rs

Calls 1

reloadFunction · 0.85

Tested by

no test coverage detected