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

Function test_stash_with_include_untracked

atomic-cli/src/commands/stash.rs:783–786  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

781
782 #[test]
783 fn test_stash_with_include_untracked() {
784 let cmd = Stash::new().with_include_untracked(true);
785 assert!(cmd.include_untracked);
786 }
787
788 #[test]
789 fn test_stash_with_keep() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected