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

Function monitorIO

internal/vm/task.go:371–375  ·  view source on GitHub ↗
(done <-chan error, proc *vmProc)

Source from the content-addressed store, hash-verified

369}
370
371func monitorIO(done <-chan error, proc *vmProc) {
372 <-done
373 proc.proxy.Close()
374 proc.logger.Debug("closed proxy")
375}

Callers 3

CreateTaskMethod · 0.85
ExecProcessMethod · 0.85
AttachIOMethod · 0.85

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected