Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
371
func
monitorIO(done <-
chan
error, proc *vmProc) {
372
<-done
373
proc.proxy.Close()
374
proc.logger.Debug(
"closed proxy"
)
375
}
Callers
3
CreateTask
Method · 0.85
ExecProcess
Method · 0.85
AttachIO
Method · 0.85
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected