Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
176
type
StreamSectionReader
interface
{
177
// 线程不安全
178
GetSectionReader(off, length int64) (io.ReadSeeker, error)
179
// 线程安全
180
FreeSectionReader(sr io.ReadSeeker)
181
// 线程不安全
Callers
15
Put
Method · 0.95
upRemote
Method · 0.95
upOneDrive
Method · 0.95
upS3
Method · 0.95
upload
Method · 0.95
StreamUpload
Method · 0.95
uploadToSession
Method · 0.95
Upload
Method · 0.95
UploadByMultipart
Method · 0.95
Upload
Method · 0.95
upRemote
Method · 0.95
upOneDrive
Method · 0.95
Implementers
2
cachedSectionReader
internal/stream/util.go
hybridSectionReader
internal/stream/util.go
Calls
no outgoing calls
Tested by
1
TestStreamSectionReader
Function · 0.76