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

Method save_private_data

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

Source from the content-addressed store, hash-verified

249 }
250
251 fn save_private_data(&self) {
252 save_local_private_file(&self.local_file_path, &serialize(&self.private_data));
253 }
254
255 pub async fn sync(&mut self) {
256 self.read_from_data_store().await;

Callers 2

create_peg_out_graphMethod · 0.80
push_verifier_noncesMethod · 0.80

Calls 2

save_local_private_fileFunction · 0.85
serializeFunction · 0.85

Tested by

no test coverage detected