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

Method getTotalSize

src/Content/ContentManager.py:337–338  ·  view source on GitHub ↗
(self, ignore=None)

Source from the content-addressed store, hash-verified

335 # Get total size of site
336 # Return: 32819 (size of files in kb)
337 def getTotalSize(self, ignore=None):
338 return self.contents.db.getTotalSize(self.site, ignore)
339
340 def listModified(self, after=None, before=None):
341 return self.contents.db.listModified(self.site, after=after, before=before)

Callers 2

loadContentsMethod · 0.95
loadContentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected