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

Method read

3ds/source/transfer.cpp:225–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 }
224 }
225 size_t read(void* dst, size_t n) override { return input.good() ? input.read(dst, (u32)n) : 0; }
226 };
227
228 // ExtractSink writing under a u16string destination root via FSStream.

Callers 4

readBodyHeadFunction · 0.45
readMethod · 0.45
handleUploadFunction · 0.45
sendBackupMethod · 0.45

Calls 1

goodMethod · 0.45

Tested by

no test coverage detected