Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PuerkitoBio/fetchbot
/ readerCmd
Struct
readerCmd
cmd_test.go:94–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
type
readerCmd
struct
{
95
*Cmd
96
r io.Reader
97
}
98
99
func
(rc *readerCmd) Reader() io.Reader {
100
return
rc.r
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected