Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sshuttle/sshuttle
/ is_supported
Method
is_supported
sshuttle/methods/nft.py:110–114 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
108
return
result
109
110
def
is_supported(self):
111
if
which(
"nft"
):
112
return
True
113
debug2(
"nft method not supported because 'nft' command is missing."
)
114
return
False
Callers
nothing calls this directly
Calls
2
which
Function · 0.90
debug2
Function · 0.90
Tested by
no test coverage detected