MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / read

Method read

common/script/zip_api.cpp:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 return f != nullptr;
74 }
75 size_t read(void* dst, size_t n) override { return f != nullptr ? fread(dst, 1, n, f) : 0; }
76 void close() override
77 {
78 if (f != nullptr) {

Callers 2

extractZipFunction · 0.45
sendZipStreamFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected