Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
struct ResourceObject(Rc<obj::Object>, u64);
49
50
struct ResourceObjectDiff(Rc<obj::Object>, diff::ObjectDiff);
51
52
#[repr(transparent)]
53
struct ResourceDiffConfig(RefCell<diff::DiffObjConfig>);
Callers
1
run_diff
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected