Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_stash_with_keep
Function
test_stash_with_keep
atomic-cli/src/commands/stash.rs:789–792 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
787
788
#[test]
789
fn test_stash_with_keep() {
790
let cmd = Stash::new().with_keep(true);
791
assert!(cmd.keep);
792
}
793
794
#[test]
795
fn test_stash_builder_chain() {
Callers
nothing calls this directly
Calls
1
with_keep
Method · 0.45
Tested by
no test coverage detected