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

Method announce

src/Site/Site.py:807–808  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

805 return peer
806
807 def announce(self, *args, **kwargs):
808 self.announcer.announce(*args, **kwargs)
809
810 # Keep connections to get the updates
811 def needConnections(self, num=None, check_site_on_reconnect=False):

Callers 11

siteAnnounceMethod · 0.95
siteDownloadMethod · 0.95
siteNeedFileMethod · 0.95
checkModificationsMethod · 0.95
updateMethod · 0.95
publishMethod · 0.95
sitePublishMethod · 0.45
actionSitePublishMethod · 0.45
checkTasksMethod · 0.45
checkSiteMethod · 0.45
announceSiteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected