Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
306
func
(x *TaskIO) GetStdin() string {
307
if
x != nil {
308
return
x.Stdin
309
}
310
return
""
311
}
312
313
func
(x *TaskIO) GetStdout() string {
314
if
x != nil {
Callers
8
State
Method · 0.45
Create
Method · 0.45
Exec
Method · 0.45
CloseIO
Method · 0.45
Exec
Method · 0.45
Attach
Method · 0.45
createContainer
Method · 0.45
createContainerIO
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected