Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
pub struct DefaultBuilderApi;
Callers
nothing calls this directly
Implementers
2
main.rs
examples/status_api/src/main.rs
api.rs
crates/pbs/src/api.rs
Calls
1
reload
Function · 0.85
Tested by
no test coverage detected