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

Function test_get_status_options_with_path

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

Source from the content-addressed store, hash-verified

751
752 #[test]
753 fn test_get_status_options_with_path() {
754 let status = Status::new().with_path("src/");
755 let _options = status.get_status_options();
756 // Options include path filter
757 }
758
759 // Status Code Tests
760

Callers

nothing calls this directly

Calls 2

get_status_optionsMethod · 0.80
with_pathMethod · 0.45

Tested by

no test coverage detected