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

Function test_output_config_hide_untracked

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

Source from the content-addressed store, hash-verified

711
712 #[test]
713 fn test_output_config_hide_untracked() {
714 let config = StatusOutputConfig::new().hide_untracked();
715 assert!(config.no_untracked);
716 }
717
718 #[test]
719 fn test_output_config_filter_path() {

Callers

nothing calls this directly

Calls 1

hide_untrackedMethod · 0.80

Tested by

no test coverage detected