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

Method actionServerInfo

src/Ui/UiWebsocket.py:367–369  ·  view source on GitHub ↗
(self, to)

Source from the content-addressed store, hash-verified

365
366 # Server variables
367 def actionServerInfo(self, to):
368 back = self.formatServerInfo()
369 self.response(to, back)
370
371 # Create a new wrapper nonce that allows to load html file
372 @flag.admin

Callers

nothing calls this directly

Calls 2

formatServerInfoMethod · 0.95
responseMethod · 0.95

Tested by

no test coverage detected