MCPcopy Create free account
hub / github.com/base/base / entry_count

Method entry_count

crates/builder/core/src/rejection_cache.rs:32–34  ·  view source on GitHub ↗

Returns the number of cached entries.

(&self)

Source from the content-addressed store, hash-verified

30
31 /// Returns the number of cached entries.
32 pub fn entry_count(&self) -> u64 {
33 self.0.entry_count()
34 }
35
36 /// Flushes pending cache maintenance tasks (evictions, TTL expiry).
37 #[cfg(any(test, feature = "test-utils"))]

Callers 8

fmtMethod · 0.45
fmtMethod · 0.45
mark_rejectedMethod · 0.45
fmtMethod · 0.45
lenMethod · 0.45
is_emptyMethod · 0.45
insertMethod · 0.45
removeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected