MCPcopy Create free account
hub / github.com/BitVM/BitVM / contains

Method contains

bridge/src/client/memory_cache.rs:61–67  ·  view source on GitHub ↗
(&self, key: &Q)

Source from the content-addressed store, hash-verified

59 }
60
61 pub fn contains<Q: ?Sized>(&self, key: &Q) -> bool
62 where
63 K: Borrow<Q>,
64 Q: Hash + Eq,
65 {
66 self.0.contains(key)
67 }
68}

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected