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

Method is_valid

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

Source from the content-addressed store, hash-verified

3072inline gzip_decompressor::~gzip_decompressor() { inflateEnd(&strm_); }
3073
3074inline bool gzip_decompressor::is_valid() const { return is_valid_; }
3075
3076inline bool gzip_decompressor::decompress(const char *data, size_t data_length,
3077 Callback callback) {

Callers 2

prepare_content_receiverFunction · 0.45
read_content_coreMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected