Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docknetwork/crypto
/ has
Method
has
vb_accumulator/src/persistence.rs:65–67 ·
view source on GitHub ↗
(&self, element: &T)
Source
from the content-addressed store, hash-verified
63
}
64
65
fn has(&self, element: &T) -> bool {
66
self.db.get(element).is_some()
67
}
68
}
69
70
#[derive(Clone, Debug)]
Callers
7
is_element_acceptable
Method · 0.45
get_non_membership_witness
Method · 0.45
get_non_membership_witnesses_for_batch
Method · 0.45
check_before_add
Method · 0.45
check_before_remove
Method · 0.45
get_membership_witness
Method · 0.45
get_membership_witnesses_for_batch
Method · 0.45
Calls
1
get
Method · 0.80
Tested by
no test coverage detected