MCPcopy Create free account
hub / github.com/cosdata/cosdata / verify_eq

Method verify_eq

src/models/crypto.rs:56–58  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

54
55 #[allow(unused)]
56 pub fn verify_eq(&self, other: &Self) -> bool {
57 verify_slices_are_equal(&self.0, &other.0).is_ok()
58 }
59}
60
61impl FromStr for DoubleSHA256Hash {

Callers 2

create_sessionFunction · 0.80
get_admin_keyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected