MCPcopy 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
1393bool HttpSocket::IsSuccess
1394(
1395) const
1396{
1397 const unsigned s = _status;
1398 return s >= 200 && s <= 205;
1399}
1400
1401
1402

Callers 1

HttpThreadProcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected