MCPcopy Index your code
hub / github.com/HelloZeroNet/ZeroNet / isReadable

Method isReadable

src/File/FileRequest.py:206–207  ·  view source on GitHub ↗
(self, site, inner_path, file, pos)

Source from the content-addressed store, hash-verified

204 self.connection.badAction(5)
205
206 def isReadable(self, site, inner_path, file, pos):
207 return True
208
209 # Send file content request
210 def handleGetFile(self, params, streaming=False):

Callers 1

handleGetFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected