Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_diff_with_name_status
Function
test_diff_with_name_status
atomic-cli/src/commands/diff/tests.rs:932–935 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
930
931
#[test]
932
fn test_diff_with_name_status() {
933
let diff = Diff::new().with_name_status(true);
934
assert!(diff.name_status);
935
}
936
937
#[test]
938
fn test_diff_with_view() {
Callers
nothing calls this directly
Calls
1
with_name_status
Method · 0.80
Tested by
no test coverage detected