Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apenwarr/sshuttle
/ wantConnect
Method
wantConnect
ui-macos/models.py:71–72 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
69
return
self
70
71
def
wantConnect(self):
72
return
getattr(self,
'_k_wantconnect'
, False)
73
def
setWantConnect_(self, v):
74
self._k_wantconnect = v
75
self.setError_(None)
Callers
2
fill_menu
Method · 0.80
sc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected