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

Method ptr

dependencies/httplib/httplib.h:2166–2172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2164 fixed_buffer_size_(fixed_buffer_size) {}
2165
2166inline const char *stream_line_reader::ptr() const {
2167 if (glowable_buffer_.empty()) {
2168 return fixed_buffer_;
2169 } else {
2170 return glowable_buffer_.data();
2171 }
2172}
2173
2174inline size_t stream_line_reader::size() const {
2175 if (glowable_buffer_.empty()) {

Callers 4

httplib.hFile · 0.80
read_content_chunkedFunction · 0.80
process_requestMethod · 0.80
read_response_lineMethod · 0.80

Calls 2

dataMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected