Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
574
type
errorReader
struct
{ err error }
575
576
func
(e errorReader) Read(_ []byte) (int, error) {
return
0, e.err }
577
578
func
boolPtr(b bool) *bool {
579
return
&b
Callers
2
gardenRun
Function · 0.45
readPathFromFile
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected