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

Function test_status_with_no_untracked

atomic-cli/src/commands/status.rs:671–674  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

669
670 #[test]
671 fn test_status_with_no_untracked() {
672 let status = Status::new().with_no_untracked(true);
673 assert!(status.no_untracked);
674 }
675
676 #[test]
677 fn test_status_builder_chain() {

Callers

nothing calls this directly

Calls 1

with_no_untrackedMethod · 0.80

Tested by

no test coverage detected