Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/cli
/ Read
Method
Read
cli/connhelper/commandconn/commandconn_unix_test.go:143–145 ·
view source on GitHub ↗
(_ []byte)
Source
from the content-addressed store, hash-verified
141
type
mockStdoutEOF
struct
{}
142
143
func
(mockStdoutEOF) Read(_ []byte) (int, error) {
144
return
0, io.EOF
145
}
146
147
func
(mockStdoutEOF) Close() error {
148
return
nil
Callers
5
TestEOFWithError
Function · 0.45
TestEOFWithoutError
Function · 0.45
TestCloseTwice
Function · 0.45
TestEOFTimeout
Function · 0.45
TestCloseWhileReading
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected