Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/HelloZeroNet/ZeroNet
/ onClosed
Method
onClosed
src/Ui/UiWebsocket.py:90–91 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
88
self.onClosed()
89
90
def
onClosed(self):
91
pass
92
93
def
dedent(self, text):
94
return
re.sub(
"[\\r\\n\\x20\\t]+"
,
" "
, text.strip().replace(
"<br>"
,
" "
))
Callers
3
start
Method · 0.95
all.js
File · 0.80
all.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected