MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_walk_files_empty

Function test_walk_files_empty

atomic-core/src/output/filesystem/tests.rs:580–584  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

578
579#[test]
580fn test_walk_files_empty() {
581 let (_dir, fs) = temp_fs();
582 let files = fs.walk_files("").unwrap();
583 assert!(files.is_empty());
584}
585
586#[test]
587fn test_walk_files_simple() {

Callers

nothing calls this directly

Calls 3

temp_fsFunction · 0.85
unwrapMethod · 0.45
walk_filesMethod · 0.45

Tested by

no test coverage detected