MCPcopy Create free account
hub / github.com/cli/cli / Read

Method Read

pkg/cmd/release/edit/edit_test.go:576–576  ·  view source on GitHub ↗
(_ []byte)

Source from the content-addressed store, hash-verified

574type errorReader struct{ err error }
575
576func (e errorReader) Read(_ []byte) (int, error) { return 0, e.err }
577
578func boolPtr(b bool) *bool {
579 return &b

Callers 2

gardenRunFunction · 0.45
readPathFromFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected