MCPcopy Index your code
hub / github.com/encounter/objdiff / from

Method from

objdiff-core/src/bindings/report.rs:284–286  ·  view source on GitHub ↗
(value: &ReportItem)

Source from the content-addressed store, hash-verified

282
283impl From<&ReportItem> for ChangeItemInfo {
284 fn from(value: &ReportItem) -> Self {
285 Self { fuzzy_match_percent: value.fuzzy_match_percent, size: value.size }
286 }
287}
288
289impl AddAssign for Measures {

Callers

nothing calls this directly

Calls 1

calc_matched_percentMethod · 0.80

Tested by

no test coverage detected