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

Function _shl

sshuttle/server.py:59–60  ·  view source on GitHub ↗
(n, bits)

Source from the content-addressed store, hash-verified

57
58
59def _shl(n, bits):
60 return n * int(2 ** bits)
61
62
63def _route_netstat(line):

Callers 2

_maskbitsFunction · 0.85
_list_routesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected