MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / is_valid

Method is_valid

examples/server/httplib.h:3259–3259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3257inline gzip_decompressor::~gzip_decompressor() { inflateEnd(&strm_); }
3258
3259inline bool gzip_decompressor::is_valid() const { return is_valid_; }
3260
3261inline bool gzip_decompressor::decompress(const char *data, size_t data_length,
3262 Callback callback) {

Callers 2

prepare_content_receiverFunction · 0.45
read_content_coreMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected