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

Function test_stash_with_message

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

Source from the content-addressed store, hash-verified

775
776 #[test]
777 fn test_stash_with_message() {
778 let cmd = Stash::new().with_message("WIP auth");
779 assert_eq!(cmd.message, Some("WIP auth".to_string()));
780 }
781
782 #[test]
783 fn test_stash_with_include_untracked() {

Callers

nothing calls this directly

Calls 1

with_messageMethod · 0.45

Tested by

no test coverage detected