MCPcopy Create free account
hub / github.com/docknetwork/crypto / has_wit_ref

Method has_wit_ref

proof_system/src/meta_statement.rs:68–70  ·  view source on GitHub ↗
(&self, wit_ref: &WitnessRef)

Source from the content-addressed store, hash-verified

66 }
67
68 pub fn has_wit_ref(&self, wit_ref: &WitnessRef) -> bool {
69 self.0.contains(wit_ref)
70 }
71}
72
73impl MetaStatements {

Callers 4

_verifyMethod · 0.80
get_resp_for_messageMethod · 0.80
get_responses_to_skipMethod · 0.80
update_resp_generatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected