Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/containerd/containerd
/ Diff
Method
Diff
plugins/services/diff/service.go:63–65 ·
view source on GitHub ↗
(ctx context.Context, dr *diffapi.DiffRequest)
Source
from the content-addressed store, hash-verified
61
}
62
63
func
(s *service) Diff(ctx context.Context, dr *diffapi.DiffRequest) (*diffapi.DiffResponse, error) {
64
return
s.local.Diff(ctx, dr)
65
}
Callers
nothing calls this directly
Calls
1
Diff
Method · 0.65
Tested by
no test coverage detected