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

Method clone

bridge/src/proof.rs:58–65  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

56
57impl<F: PrimeField> Clone for DummyCircuit<F> {
58 fn clone(&self) -> Self {
59 DummyCircuit {
60 a: self.a,
61 b: self.b,
62 num_variables: self.num_variables,
63 num_constraints: self.num_constraints,
64 }
65 }
66}
67
68impl<F: PrimeField> ConstraintSynthesizer<F> for DummyCircuit<F> {

Callers 15

test_mmr_crosscheckFunction · 0.80
mainFunction · 0.80
invalidate_proofFunction · 0.80
read_from_data_storeMethod · 0.80
process_filesMethod · 0.80
save_to_data_storeMethod · 0.80
merge_dataMethod · 0.80

Calls

no outgoing calls