MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / getRawDataSize

Method getRawDataSize

sources/webserver/QtHttpReply.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47int QtHttpReply::getRawDataSize(void) const
48{
49 return m_data.size();
50};
51
52bool QtHttpReply::useChunked(void) const
53{

Callers 2

onClientDataReceivedMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected