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

Struct Reader

shock-server/node/file/format/multi/multi.go:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29type Reader struct {
30 f file.SectionReader
31 r seq.ReadRewinder
32 format string
33}
34
35func NewReader(f file.SectionReader) *Reader {
36 return &Reader{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected