Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/smallstep/cli
/ Read
Method
Read
utils/internal/utfbom/utfbom_test.go:156–158 ·
view source on GitHub ↗
(p []byte)
Source
from the content-addressed store, hash-verified
154
type
zeroReader
struct
{}
155
156
func
(zeroReader) Read(p []byte) (int, error) {
157
return
0, nil
158
}
159
160
type
readerEncoding
struct
{
161
Rd *Reader
Callers
3
TestSkipZeroReader
Function · 0.45
TestSkipOnlyZeroReader
Function · 0.45
TestReader_ReadEmpty
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected