Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ remove
Method
remove
module/network/HTTPChunk.py:113–116 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
111
return
ci
112
113
def
remove(self):
114
fs_name = fs_encode(
"%s.chunks"
% self.name)
115
if
os.path.exists(fs_name):
116
os.remove(fs_name)
117
118
def
getCount(self):
119
return
len(self.chunks)
Callers
2
_copyChunks
Method · 0.45
_download
Method · 0.45
Calls
1
fs_encode
Function · 0.90
Tested by
no test coverage detected