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

Function test_options_collect_directories

atomic-core/src/output/repo/tree.rs:1003–1007  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1001
1002 #[test]
1003 fn test_options_collect_directories() {
1004 let opts = TreeCollectOptions::new().collect_directories(false);
1005
1006 assert!(!opts.collect_directories);
1007 }
1008
1009 #[test]
1010 fn test_options_collect_files() {

Callers

nothing calls this directly

Calls 1

collect_directoriesMethod · 0.80

Tested by

no test coverage detected