Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ Ranges
Method
Ranges
internal/caches/reader_partial_file.go:139–141 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
137
}
138
139
func
(this *PartialFileReader) Ranges() *PartialRanges {
140
return
this.ranges
141
}
142
143
func
(this *PartialFileReader) IsCompleted() bool {
144
return
this.ranges != nil && this.ranges.IsCompleted()
Callers
1
openWriter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected