Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
private:
37
std::unique_ptr<FileWriter> m_file;
Callers
1
UnzipFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected