Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/consensus-shipyard/ipc
/ is_empty
Method
is_empty
ipld/resolver/src/provider_cache.rs:19–21 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
17
18
impl ProviderDelta {
19
pub fn is_empty(&self) -> bool {
20
self.added.is_empty() && self.removed.is_empty()
21
}
22
}
23
24
/// Track which subnets are provided for by which set of peers.
Callers
7
start_query
Method · 0.45
resolve_query
Method · 0.45
new
Method · 0.45
background_lookup
Method · 0.45
new
Method · 0.45
handle_provider_record
Method · 0.45
publish_for_new_peer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected