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

Function read_empty_paths

nodedb/src/data/io/uring_reader.rs:378–382  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

376
377 #[test]
378 fn read_empty_paths() {
379 let mut reader = UringReader::with_config(8, 4, 4096).unwrap();
380 let results = reader.read_files(&[]);
381 assert!(results.is_empty());
382 }
383
384 #[test]
385 fn pool_buffers_are_reused() {

Callers

nothing calls this directly

Calls 1

read_filesMethod · 0.80

Tested by

no test coverage detected