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

Function load_index_missing_both_files

cake-core/src/utils/split.rs:279–283  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

277
278 #[test]
279 fn load_index_missing_both_files() {
280 let tmp = tempfile::tempdir().unwrap();
281 let result = load_index(tmp.path());
282 assert!(result.is_err());
283 }
284
285 #[test]
286 fn reduce_for_worker_filters_correctly() {

Callers

nothing calls this directly

Calls 1

load_indexFunction · 0.85

Tested by

no test coverage detected