MCPcopy Create free account
hub / github.com/BitVM/BitVM / data_mut

Method data_mut

bridge/src/client/client.rs:221–223  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

219 }
220
221 pub fn data_mut(&mut self) -> &mut BitVMClientPublicData {
222 &mut self.data
223 }
224
225 /// Get a mutable reference to a PegInGraph by its ID
226 pub fn get_peg_in_graph_mut(&mut self, id: &str) -> Option<&mut PegInGraph> {

Callers 1

Calls

no outgoing calls

Tested by 1