MCPcopy Create free account
hub / github.com/containerd/containerd / GetStdin

Method GetStdin

api/events/task.pb.go:306–311  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

304}
305
306func (x *TaskIO) GetStdin() string {
307 if x != nil {
308 return x.Stdin
309 }
310 return ""
311}
312
313func (x *TaskIO) GetStdout() string {
314 if x != nil {

Callers 8

StateMethod · 0.45
CreateMethod · 0.45
ExecMethod · 0.45
CloseIOMethod · 0.45
ExecMethod · 0.45
AttachMethod · 0.45
createContainerMethod · 0.45
createContainerIOMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected