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

Method fileStarted

src/Site/Site.py:1055–1057  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1053 # File download started
1054 @util.Noparallel(blocking=False)
1055 def fileStarted(self):
1056 time.sleep(0.001) # Wait for other files adds
1057 self.updateWebsocket(file_started=True)
1058
1059 # File downloaded successful
1060 def fileDone(self, inner_path):

Callers 1

addEventListenersMethod · 0.95

Calls 1

updateWebsocketMethod · 0.95

Tested by

no test coverage detected