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

Function test_walk_files_empty

atomic-core/src/output/memory.rs:1233–1237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1231
1232 #[test]
1233 fn test_walk_files_empty() {
1234 let wc = Memory::new();
1235 let files = wc.walk_files("").unwrap();
1236 assert!(files.is_empty());
1237 }
1238
1239 #[test]
1240 fn test_walk_files_single_file() {

Callers

nothing calls this directly

Calls 2

unwrapMethod · 0.45
walk_filesMethod · 0.45

Tested by

no test coverage detected