Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_diff_with_name_only
Function
test_diff_with_name_only
atomic-cli/src/commands/diff/tests.rs:688–691 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
686
687
#[test]
688
fn test_diff_with_name_only() {
689
let diff = Diff::new().with_name_only(true);
690
assert!(diff.name_only);
691
}
692
693
#[test]
694
fn test_diff_with_name_status() {
Callers
nothing calls this directly
Calls
1
with_name_only
Method · 0.80
Tested by
no test coverage detected