MCPcopy
hub / github.com/pyload/pyload / getChunkName

Method getChunkName

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

Source from the content-addressed store, hash-verified

119 return len(self.chunks)
120
121 def getChunkName(self, index):
122 return self.chunks[index][0]
123
124 def getChunkRange(self, index):
125 return self.chunks[index][1]

Callers 3

getHandleMethod · 0.80
_copyChunksMethod · 0.80
_downloadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected