MCPcopy Create free account
hub / github.com/evilsocket/cake / DiscoveryQuery

Class DiscoveryQuery

cake-core/src/cake/sharding/discovery.rs:374–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372/// A discovery query broadcast by the master.
373#[derive(Serialize, Deserialize)]
374struct DiscoveryQuery {
375 cluster_hash: String,
376}
377
378/// A discovery response sent by workers (unicast back to master).
379#[derive(Serialize, Deserialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected