MCPcopy 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
16impl Diff for () {
17 fn diff<E: EventQueue>(&self, _baseline: &Self, _path: PathBuilder, _event_queue: &mut E) {}
18}
19
20impl Patch for () {

Callers 4

update_memoMethod · 0.45
test_simple_diffFunction · 0.45
test_enum_diffFunction · 0.45
test_enum_switch_variantFunction · 0.45

Calls 5

buildMethod · 0.80
push_paramMethod · 0.80
idMethod · 0.80
pushMethod · 0.45
cloneMethod · 0.45

Tested by 3

test_simple_diffFunction · 0.36
test_enum_diffFunction · 0.36
test_enum_switch_variantFunction · 0.36