Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BillyDM/Firewheel
/ apply
Method
apply
crates/firewheel-core/src/diff/leaf.rs:30–30 ·
view source on GitHub ↗
(&mut self, _patch: Self::Patch)
Source
from the content-addressed store, hash-verified
28
ParamData::None => Ok(()),
29
_ => Err(PatchError::InvalidData),
30
}
31
}
32
33
fn apply(&mut self, _patch: Self::Patch) {}
Callers
3
test_simple_diff
Function · 0.45
test_enum_diff
Function · 0.45
test_enum_switch_variant
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_simple_diff
Function · 0.36
test_enum_diff
Function · 0.36
test_enum_switch_variant
Function · 0.36