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

Struct subset

shock-server/node/file/index/subset.go:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type subset struct {
16 f *os.File
17 r line.LineReader
18 Index *Idx
19}
20
21func NewSubsetIndexer(f *os.File) subset {
22 return subset{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected