MCPcopy Index your code
hub / github.com/BitVM/BitVM / data

Method data

bridge/src/client/client.rs:217–219  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

215 }
216
217 pub fn data(&self) -> &BitVMClientPublicData {
218 &self.data
219 }
220
221 pub fn data_mut(&mut self) -> &mut BitVMClientPublicData {
222 &mut self.data

Callers 7

process_peg_outsMethod · 0.80
find_peg_in_graphFunction · 0.80
find_peg_out_graphFunction · 0.80
test_merge_add_new_graphFunction · 0.80

Calls

no outgoing calls

Tested by 5

find_peg_in_graphFunction · 0.64
find_peg_out_graphFunction · 0.64
test_merge_add_new_graphFunction · 0.64