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

Method ~decompressor

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

Source from the content-addressed store, hash-verified

2362class decompressor {
2363public:
2364 virtual ~decompressor() = default;
2365
2366 virtual bool is_valid() const = 0;
2367

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected