MCPcopy Index your code
hub / github.com/containerd/containerd / withProcessTTY

Function withProcessTTY

integration/client/container_test.go:2050–2054  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2048}
2049
2050func withProcessTTY() cio.Opt {
2051 return func(opt *cio.Streams) {
2052 cio.WithTerminal(opt)
2053 }
2054}
2055
2056// TestRegressionIssue4769 verifies the number of task exit events.
2057//

Callers 2

TestContainerPTYFunction · 0.85

Calls 1

WithTerminalFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…