Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/firecracker-microvm/firecracker-containerd
/ CloseStdin
Method
CloseStdin
internal/vm/task_test.go:222–224 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
220
}
221
222
func
(t *mockProc) CloseStdin() {
223
t.stdinInput.Close()
224
}
225
226
func
(t *mockProc) CloseStdout() {
227
t.stdoutInput.Close()
Callers
1
TestTaskManager_CreateExecDeleteTask
Function · 0.80
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected