MCPcopy Create free account
hub / github.com/QMHTMY/RustBook / is_empty

Method is_empty

code/chapter09/cuckoofilter/src/bucket.rs:25–27  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

23 }
24
25 fn is_empty(&self) -> bool {
26 [100; FIGERPRINT_SIZE] == self.data
27 }
28}
29
30// 桶

Callers 2

from_dataMethod · 0.45
insertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected