MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / ~gzip_compressor

Method ~gzip_compressor

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

Source from the content-addressed store, hash-verified

3444}
3445
3446inline gzip_compressor::~gzip_compressor() { deflateEnd(&strm_); }
3447
3448inline bool gzip_compressor::compress(const char *data, size_t data_length,
3449 bool last, Callback callback) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected