| 13 | ) |
| 14 | |
| 15 | type 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 |
nothing calls this directly
no outgoing calls
no test coverage detected