MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / Append

Method Append

Bcore/src/main/cpp/ziparchive/zip_archive.cc:1123–1125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1121 : Writer(), proc_function_(func), cookie_(cookie) {}
1122
1123 virtual bool Append(uint8_t* buf, size_t buf_size) override {
1124 return proc_function_(buf, buf_size, cookie_);
1125 }
1126
1127 private:
1128 ProcessZipEntryFunction proc_function_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected