Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Commit-Boost/commit-boost-client
/ with_data
Method
with_data
crates/pbs/src/state.rs:31–33 ·
view source on GitHub ↗
(self, data: S)
Source
from the content-addressed store, hash-verified
29
}
30
31
pub fn with_data<S: BuilderApiState>(self, data: S) -> PbsState<S> {
32
PbsState { data, config: self.config }
33
}
34
}
35
36
impl<S> PbsState<S>
Callers
3
reload
Method · 0.80
main
Function · 0.80
reload
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected