MCPcopy
hub / github.com/containerd/containerd / directIO

Struct directIO

integration/client/container_test.go:2293–2295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2291}
2292
2293type directIO struct {
2294 cio.DirectIO
2295}
2296
2297// ioCreate returns IO available for use with task creation
2298func (f *directIO) IOCreate(id string) (cio.IO, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected