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:986–990  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

984
985 #[test]
986 fn test_options_include_deleted() {
987 let opts = FileOutputOptions::new().include_deleted(true);
988
989 assert!(opts.include_deleted);
990 }
991
992 #[test]
993 fn test_options_include_deleted_false() {

Callers

nothing calls this directly

Calls 1

include_deletedMethod · 0.45

Tested by

no test coverage detected