MCPcopy Create free account
hub / github.com/pyload/pyload / getCount

Method getCount

module/network/HTTPChunk.py:118–119  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

116 os.remove(fs_name)
117
118 def getCount(self):
119 return len(self.chunks)
120
121 def getChunkName(self, index):
122 return self.chunks[index][0]

Callers 2

_copyChunksMethod · 0.80
_downloadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected