MCPcopy Index your code
hub / github.com/pyload/pyload / getChunkRange

Method getChunkRange

module/network/HTTPChunk.py:124–125  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

122 return self.chunks[index][0]
123
124 def getChunkRange(self, index):
125 return self.chunks[index][1]
126
127
128class HTTPChunk(HTTPRequest):

Callers 2

_copyChunksMethod · 0.80
_downloadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected