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

Method listModified

src/Peer/Peer.py:303–304  ·  view source on GitHub ↗
(self, since)

Source from the content-addressed store, hash-verified

301 # List modified files since the date
302 # Return: {inner_path: modification date,...}
303 def listModified(self, since):
304 return self.request("listModified", {"since": since, "site": self.site.address})
305
306 def updateHashfield(self, force=False):
307 # Don't update hashfield again in 5 min

Callers 2

updaterMethod · 0.45
actionListModifiedMethod · 0.45

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected