MCPcopy 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)]

Calls 1

getMethod · 0.80

Tested by

no test coverage detected