MCPcopy Create free account
hub / github.com/alibaba/GraphScope / all

Method all

interactive_engine/executor/engine/pegasus/pegasus/src/progress.rs:84–86  ·  view source on GitHub ↗
(peers: u32)

Source from the content-addressed store, hash-verified

82 }
83
84 pub fn all(peers: u32) -> Self {
85 DynPeers { mask: PeerSet::All(peers) }
86 }
87
88 pub fn add_source(&mut self, worker: u32) {
89 let mask = std::mem::replace(&mut self.mask, PeerSet::None);

Callers 15

test5GremlinAdhoQueryMethod · 0.80
mainMethod · 0.80
test_demo_distributeFunction · 0.80
test_demo_with_lazy_modeFunction · 0.80
test_query_modern_graphFunction · 0.80
test_serialize_roundtripFunction · 0.80
test_local_vm_distributeFunction · 0.80
test_helm_installationFunction · 0.80
test_graph_to_numpyFunction · 0.80

Calls

no outgoing calls

Tested by 15

test5GremlinAdhoQueryMethod · 0.64
test_demo_distributeFunction · 0.64
test_demo_with_lazy_modeFunction · 0.64
test_query_modern_graphFunction · 0.64
test_serialize_roundtripFunction · 0.64
test_local_vm_distributeFunction · 0.64
test_helm_installationFunction · 0.64
test_graph_to_numpyFunction · 0.64
test_across_engineFunction · 0.64