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

Method Format

shock-server/node/file/format/seq/seq.go:24–24  ·  view source on GitHub ↗
(*Seq, io.Writer)

Source from the content-addressed store, hash-verified

22type ReadFormater interface {
23 Read() (*Seq, error)
24 Format(*Seq, io.Writer) (int, error)
25}
26
27type Reader interface {

Callers 7

mapRoutesFunction · 0.65
CreateMethod · 0.65
ReadMethod · 0.65
ReadManyMethod · 0.65
FormatMethod · 0.65
ReadMethod · 0.65
ReadMethod · 0.65

Implementers 1

Readershock-server/node/file/format/multi/mu

Calls

no outgoing calls

Tested by

no test coverage detected