Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/HelloZeroNet/ZeroNet
/ disconnect
Method
disconnect
src/Tor/TorManager.py:184–187 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
182
return
self.conn
183
184
def
disconnect(self):
185
if
self.conn:
186
self.conn.close()
187
self.conn = None
188
189
def
startOnions(self):
190
if
self.enabled:
Callers
2
delOnion
Method · 0.95
send
Method · 0.95
Calls
1
close
Method · 0.45
Tested by
no test coverage detected