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

Interface ReaderAt

shock-server/node/file/file.go:65–69  ·  view source on GitHub ↗

ReaderAt interface that is compatiable with os.File types.

Source from the content-addressed store, hash-verified

63
64// ReaderAt interface that is compatiable with os.File types.
65type ReaderAt interface {
66 SectionReader
67 Stat() (os.FileInfo, error)
68 Close() error
69}
70
71// multifd contains file boundary information
72type multifd struct {

Callers 16

setSizesMethod · 0.65
isDirFunction · 0.65
pcreateFunction · 0.65
PartionUploadFunction · 0.65
CreateMethod · 0.65
RunVersionUpdatesFunction · 0.65
DeleteMethod · 0.65
HasIndexMethod · 0.65
setMd5Method · 0.65
uploadPartsMethod · 0.65
mainFunction · 0.65
mainFunction · 0.65

Implementers 1

multiReaderAtshock-server/node/file/file.go

Calls

no outgoing calls

Tested by

no test coverage detected