MCPcopy 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
94type readerCmd struct {
95 *Cmd
96 r io.Reader
97}
98
99func (rc *readerCmd) Reader() io.Reader {
100 return rc.r

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected