MCPcopy Create free account
hub / github.com/encounter/objdiff / ResourceObjectDiff

Class ResourceObjectDiff

objdiff-wasm/src/api.rs:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48struct ResourceObject(Rc<obj::Object>, u64);
49
50struct ResourceObjectDiff(Rc<obj::Object>, diff::ObjectDiff);
51
52#[repr(transparent)]
53struct ResourceDiffConfig(RefCell<diff::DiffObjConfig>);

Callers 1

run_diffMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected