MCPcopy
hub / github.com/HelloZeroNet/ZeroNet / actionStreamFile

Method actionStreamFile

src/File/FileRequest.py:287–288  ·  view source on GitHub ↗
(self, params)

Source from the content-addressed store, hash-verified

285 return self.handleGetFile(params)
286
287 def actionStreamFile(self, params):
288 return self.handleGetFile(params, streaming=True)
289
290 # Peer exchange request
291 def actionPex(self, params):

Callers

nothing calls this directly

Calls 1

handleGetFileMethod · 0.95

Tested by

no test coverage detected