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

Method Read

shock-server/node/file/format/seq/seq.go:28–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26
27type Reader interface {
28 Read() (*Seq, error)
29 GetReadOffset() (int, error)
30 SeekChunk(int64, bool) (int64, error)
31}

Callers 11

uploadPartsMethod · 0.65
ParseMultipartFormFunction · 0.65
ReadMethod · 0.65
PartMethod · 0.65
RangeMethod · 0.65
DetermineFormatMethod · 0.65
ReadMethod · 0.65
SeekChunkMethod · 0.65
SeekChunkMethod · 0.65
ReadMethod · 0.65
ReadMethod · 0.65

Implementers 4

Readershock-server/node/file/format/multi/mu
Readershock-server/node/file/format/fastq/fa
Readershock-server/node/file/format/fasta/fa
Readershock-server/node/file/format/sam/sam.

Calls

no outgoing calls

Tested by

no test coverage detected