pub async fn query_peer_density(
    env: DbRead<DbKindP2pAgents>,
    topology: Topology,
    kitsune_space: Arc<KitsuneSpace>,
    dht_arc: DhtArc
) -> ConductorResult<PeerView>
Expand description

Get the peer density an agent is currently seeing within a given [DhtArc]