MCPcopy 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
36impl<S> PbsState<S>

Callers 3

reloadMethod · 0.80
mainFunction · 0.80
reloadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected