Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BillyDM/Firewheel
/ diff
Method
diff
crates/firewheel-core/src/diff/leaf.rs:17–17 ·
view source on GitHub ↗
(&self, _baseline: &Self, _path: PathBuilder, _event_queue: &mut E)
Source
from the content-addressed store, hash-verified
15
16
impl Diff for () {
17
fn diff<E: EventQueue>(&self, _baseline: &Self, _path: PathBuilder, _event_queue: &mut E) {}
18
}
19
20
impl Patch for () {
Callers
4
update_memo
Method · 0.45
test_simple_diff
Function · 0.45
test_enum_diff
Function · 0.45
test_enum_switch_variant
Function · 0.45
Calls
5
build
Method · 0.80
push_param
Method · 0.80
id
Method · 0.80
push
Method · 0.45
clone
Method · 0.45
Tested by
3
test_simple_diff
Function · 0.36
test_enum_diff
Function · 0.36
test_enum_switch_variant
Function · 0.36