MCPcopy Create free account
hub / github.com/comaps/comaps / OnCompleted

Method OnCompleted

libs/coding/zip_reader.cpp:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 void OnBlockUnzipped(size_t size, char const * data) override { m_file->Write(data, size); }
33
34 void OnCompleted() override { m_completed = true; }
35
36private:
37 std::unique_ptr<FileWriter> m_file;

Callers 1

UnzipFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected