Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Commit-Boost/commit-boost-client
/ BuilderApiState
Interface
BuilderApiState
crates/pbs/src/state.rs:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
use parking_lot::RwLock;
9
10
pub trait BuilderApiState: Clone + Sync + Send + 'static {}
11
impl BuilderApiState for () {}
12
13
pub type PbsStateGuard<S> = Arc<RwLock<PbsState<S>>>;
Callers
nothing calls this directly
Implementers
2
main.rs
examples/status_api/src/main.rs
state.rs
crates/pbs/src/state.rs
Calls
no outgoing calls
Tested by
no test coverage detected