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

Method actionServerPortcheck

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

Source from the content-addressed store, hash-verified

1131 @flag.async_run
1132 @flag.no_multiuser
1133 def actionServerPortcheck(self, to):
1134 import main
1135 file_server = main.file_server
1136 file_server.portCheck()
1137 self.response(to, file_server.port_opened)
1138
1139 @flag.admin
1140 @flag.no_multiuser

Callers

nothing calls this directly

Calls 2

responseMethod · 0.95
portCheckMethod · 0.45

Tested by

no test coverage detected