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

Function test_options_collect_files

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

Source from the content-addressed store, hash-verified

1008
1009 #[test]
1010 fn test_options_collect_files() {
1011 let opts = TreeCollectOptions::new().collect_files(false);
1012
1013 assert!(!opts.collect_files);
1014 }
1015
1016 #[test]
1017 fn test_options_exclude() {

Callers

nothing calls this directly

Calls 1

collect_filesMethod · 0.80

Tested by

no test coverage detected