MCPcopy 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
94type local struct {
95 differs []differ
96 syncfs bool
97}
98
99var _ diffapi.DiffClient = &local{}
100

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected