Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
impl MetaStatements {
Callers
4
_verify
Method · 0.80
get_resp_for_message
Method · 0.80
get_responses_to_skip
Method · 0.80
update_resp_generated
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected