MCPcopy
hub / github.com/firecracker-microvm/firecracker-containerd / nullIOProxy

Struct nullIOProxy

internal/vm/agent.go:43–43  ·  view source on GitHub ↗

nullIOProxy represents an empty IOProxy implementation for cases when there is no need to stream logs from the Agent through vsock.

Source from the content-addressed store, hash-verified

41// nullIOProxy represents an empty IOProxy implementation for cases when there is no need to
42// stream logs from the Agent through vsock.
43type nullIOProxy struct{}
44
45// NewNullIOProxy creates an empty IOProxy
46func NewNullIOProxy() IOProxy {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected