MCPcopy
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
222func (t *mockProc) CloseStdin() {
223 t.stdinInput.Close()
224}
225
226func (t *mockProc) CloseStdout() {
227 t.stdoutInput.Close()

Callers 1

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected