Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apenwarr/sshuttle
/ _atoi
Function
_atoi
options.py:39–43 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
37
38
39
def
_atoi(v):
40
try
:
41
return
int(v or 0)
42
except
ValueError:
43
return
0
44
45
46
def
_remove_negative_kv(k, v):
Callers
1
_tty_width
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected