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:926–929 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
924
925
#[test]
926
fn test_diff_with_name_only() {
927
let diff = Diff::new().with_name_only(true);
928
assert!(diff.name_only);
929
}
930
931
#[test]
932
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