MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / ~compressor

Method ~compressor

external/httplib.h:2355–2355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2353class compressor {
2354public:
2355 virtual ~compressor() = default;
2356
2357 typedef std::function<bool(const char *data, size_t data_len)> Callback;
2358 virtual bool compress(const char *data, size_t data_length, bool last,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected