Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenZWave/open-zwave
/ IsSuccess
Method
IsSuccess
cpp/src/platform/HttpClient.cpp:1393–1399 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1391
}
1392
1393
bool HttpSocket::IsSuccess
1394
(
1395
) const
1396
{
1397
const unsigned s = _status;
1398
return s >= 200 && s <= 205;
1399
}
1400
1401
1402
Callers
1
HttpThreadProc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected