MCPcopy Create free account
hub / github.com/HelloZeroNet/ZeroNet / isServing

Method isServing

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

Source from the content-addressed store, hash-verified

128 SiteManager.site_manager.saveDelayed()
129
130 def isServing(self):
131 if config.offline:
132 return False
133 else:
134 return self.settings["serving"]
135
136 def getSettingsCache(self):
137 back = {}

Callers 15

updateMethod · 0.95
needFileMethod · 0.95
formatSiteInfoMethod · 0.80
actionWrapperMethod · 0.80
actionUpdateMethod · 0.80
handleGetFileMethod · 0.80
actionPexMethod · 0.80
actionListModifiedMethod · 0.80
actionGetHashfieldMethod · 0.80
actionFindHashIdsMethod · 0.80
actionSetHashfieldMethod · 0.80
checkSiteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected