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

Function graph_split_empty

nodedb-cluster/src/shard_split.rs:286–289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

284
285 #[test]
286 fn graph_split_empty() {
287 let plan = plan_graph_split(10, 20, 3, &[], &[]);
288 assert!(plan.documents_to_move.is_empty());
289 }
290
291 #[test]
292 fn speculative_prefetch_limits() {

Callers

nothing calls this directly

Calls 1

plan_graph_splitFunction · 0.85

Tested by

no test coverage detected