MCPcopy 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
139func (this *PartialFileReader) Ranges() *PartialRanges {
140 return this.ranges
141}
142
143func (this *PartialFileReader) IsCompleted() bool {
144 return this.ranges != nil && this.ranges.IsCompleted()

Callers 1

openWriterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected