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

Function test_options_include_deleted

atomic-core/src/output/repo/file.rs:994–998  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

992
993 #[test]
994 fn test_options_include_deleted() {
995 let opts = FileOutputOptions::new().include_deleted(true);
996
997 assert!(opts.include_deleted);
998 }
999
1000 #[test]
1001 fn test_options_include_deleted_false() {

Callers

nothing calls this directly

Calls 1

include_deletedMethod · 0.45

Tested by

no test coverage detected