Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ HandleError
Method
HandleError
Bcore/src/main/cpp/ziparchive/zip_writer.cc:125–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
int32_t ZipWriter::HandleError(int32_t error_code) {
126
state_ = State::kError;
127
z_stream_.reset();
128
return error_code;
129
}
130
131
int32_t ZipWriter::StartEntry(const char* path, size_t flags) {
132
uint32_t alignment = 0;
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected