Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelloZeroNet/ZeroNet
/ onInternetOnline
Method
onInternetOnline
src/Connection/ConnectionServer.py:344–345 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
342
return
num_closed
343
344
def
onInternetOnline(self):
345
self.log.info(
"Internet online"
)
346
347
def
onInternetOffline(self):
348
self.had_external_incoming = False
Callers
1
checkConnections
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected