MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / GetContentLen

Method GetContentLen

cpp/src/platform/HttpClient.h:284–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282
283 unsigned int GetStatusCode() const { return _status; }
284 unsigned int GetContentLen() const { return _contentLen; }
285 bool ChunkedTransfer() const { return _chunkedTransfer; }
286 bool ExpectMoreData() const { return _remaining || _chunkedTransfer; }
287

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected