Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenZWave/open-zwave
/ safeatoi
Function
safeatoi
cpp/src/platform/HttpClient.cpp:1327–1333 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1325
}
1326
1327
static int safeatoi
1328
(
1329
const char *s
1330
)
1331
{
1332
return s ? atoi(s) : 0;
1333
}
1334
1335
bool HttpSocket::_HandleStatus
1336
(
Callers
1
_HandleStatus
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected