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

Struct vIndex

shock-server/node/file/index/virtual.go:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25type vIndex struct {
26 T string
27 path string
28 size int64
29 ChunkSize int64
30 partF partFunc
31}
32
33func NewVirtual(t string, p string, s int64, c int64) *vIndex {
34 if partFunc, has := virtual[t]; has {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected