Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/containerd/containerd
/ local
Struct
local
plugins/services/diff/local.go:94–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
type
local
struct
{
95
differs []differ
96
syncfs bool
97
}
98
99
var
_ diffapi.DiffClient = &local{}
100
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected