Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apenwarr/sshuttle
/ subnet
Method
subnet
ui-macos/models.py:38–39 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
36
37
class
SshuttleNet(NSObject):
38
def
subnet(self):
39
return
getattr(self,
'_k_subnet'
, None)
40
def
setSubnet_(self, v):
41
self._k_subnet = v
42
config_changed()
Callers
2
_connect
Method · 0.80
save_servers
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected