Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/distil/diffus
/ associate_change
Function
associate_change
diffus/src/diffable_impls/option.rs:40–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
39
#[test]
40
fn associate_change() {
41
if let Some(enm::Edit::AssociatedChanged((&1, &2))) = Some(1).diff(&Some(2)).change() {
42
} else {
43
unreachable!();
44
}
45
}
46
}
Callers
nothing calls this directly
Calls
2
change
Method · 0.45
diff
Method · 0.45
Tested by
no test coverage detected