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

Struct record

shock-server/node/file/index/record.go:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type record struct {
15 f *os.File
16 r seq.Reader
17 t string
18 snf string
19 snp string
20 Index *Idx
21}
22
23func NewRecordIndexer(f *os.File, nType string, snFormat string, snIndexPath string) Indexer {
24 return &record{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected