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

Method IsValid

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

Source from the content-addressed store, hash-verified

842 }
843
844 bool IsValid() const { return fd_ != -1; }
845
846 virtual bool Append(uint8_t* buf, size_t buf_size) override {
847 if (total_bytes_written_ + buf_size > declared_length_) {

Callers 1

ExtractEntryToFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected