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

Struct chunkRecord

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

Source from the content-addressed store, hash-verified

13)
14
15type chunkRecord struct {
16 f *os.File
17 r seq.Reader
18 t string
19 snf string
20 snrp string
21 Index *Idx
22 size int64
23}
24
25// We pass our index instantiation function the data file that we will be
26// creating an index to, the node type, and the format of the subset node

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected