MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / BrotliDecoderWrapper

Method BrotliDecoderWrapper

src/bmffimage.cpp:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183
184 public:
185 BrotliDecoderWrapper() : decoder_(BrotliDecoderCreateInstance(nullptr, nullptr, nullptr)) {
186 if (!decoder_) {
187 throw Error(ErrorCode::kerMallocFailed);
188 }
189 }
190
191 ~BrotliDecoderWrapper() {
192 BrotliDecoderDestroyInstance(decoder_);

Callers

nothing calls this directly

Calls 1

ErrorFunction · 0.85

Tested by

no test coverage detected