MCPcopy Index your code
hub / github.com/sshuttle/sshuttle / is_supported

Method is_supported

sshuttle/methods/__init__.py:59–62  ·  view source on GitHub ↗

Returns true if it appears that this method will work on this machine.

()

Source from the content-addressed store, hash-verified

57
58 @staticmethod
59 def is_supported():
60 """Returns true if it appears that this method will work on this
61 machine."""
62 return False
63
64 @staticmethod
65 def get_tcp_dstip(sock):

Callers 1

get_auto_methodFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected