MCPcopy Create free account
hub / github.com/MG-RAST/Shock / Reader

Struct Reader

shock-server/node/file/format/line/line.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type Reader struct {
11 f io.Reader
12 r *bufio.Reader
13}
14
15type LineReader interface {
16 ReadLine() ([]byte, error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected