Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/HelloZeroNet/ZeroNet
/ read
Method
read
src/util/helper.py:260–261 ·
view source on GitHub ↗
(self, size=-1)
Source
from the content-addressed store, hash-verified
258
259
class
LimitedGzipFile(gzip.GzipFile):
260
def
read(self, size=-1):
261
return
super(LimitedGzipFile, self).read(1024 * 1024 * 25)
262
return
LimitedGzipFile(*args, **kwargs)
263
264
Callers
15
update
Function · 0.45
parseConfig
Method · 0.45
saveValue
Method · 0.45
peerGetFile
Method · 0.45
actionFileGet
Method · 0.45
render
Method · 0.45
actionSiteAdd
Method · 0.45
actionSiteAddPrompt
Method · 0.45
actionFile
Method · 0.45
sha512sum
Function · 0.45
sha256sum
Function · 0.45
createSslRsaCert
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected