MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / fan_out_params

Method fan_out_params

nodedb-cluster/src/distributed_array/coordinator/read.rs:278–284  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

276 }
277
278 pub(super) fn fan_out_params(&self) -> FanOutParams {
279 FanOutParams {
280 shard_ids: self.params.shard_ids.clone(),
281 timeout_ms: self.params.timeout_ms,
282 source_node: self.params.source_node,
283 }
284 }
285}
286
287/// Deserialise a slice of raw `(shard_id, bytes)` pairs into typed responses.

Callers 2

coord_deleteMethod · 0.80

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected