MCPcopy
hub / github.com/OpenListTeam/OpenList / GetSectionReader

Method GetSectionReader

internal/stream/util.go:178–178  ·  view source on GitHub ↗

线程不安全

(off, length int64)

Source from the content-addressed store, hash-verified

176type StreamSectionReader interface {
177 // 线程不安全
178 GetSectionReader(off, length int64) (io.ReadSeeker, error)
179 // 线程安全
180 FreeSectionReader(sr io.ReadSeeker)
181 // 线程不安全

Callers 15

PutMethod · 0.95
upRemoteMethod · 0.95
upOneDriveMethod · 0.95
upS3Method · 0.95
uploadMethod · 0.95
StreamUploadMethod · 0.95
uploadToSessionMethod · 0.95
UploadMethod · 0.95
UploadByMultipartMethod · 0.95
UploadMethod · 0.95
upRemoteMethod · 0.95
upOneDriveMethod · 0.95

Implementers 2

cachedSectionReaderinternal/stream/util.go
hybridSectionReaderinternal/stream/util.go

Calls

no outgoing calls

Tested by 1

TestStreamSectionReaderFunction · 0.76