MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / size

Method size

dependencies/httplib/httplib.h:2174–2180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2172}
2173
2174inline size_t stream_line_reader::size() const {
2175 if (glowable_buffer_.empty()) {
2176 return fixed_buffer_used_size_;
2177 } else {
2178 return glowable_buffer_.size();
2179 }
2180}
2181
2182inline bool stream_line_reader::end_with_crlf() const {
2183 auto end = ptr() + size();

Callers 15

ClientInfoChangedMethod · 0.45
DeviceListChangedMethod · 0.45
GetNumClientsMethod · 0.45
GetClientStringMethod · 0.45
GetClientIPMethod · 0.45
StopServerMethod · 0.45
ListenThreadFunctionMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected