MCPcopy Create free account
hub / github.com/apple/foundationdb / read

Method read

flow/Platform.actor.cpp:3279–3281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3277}
3278
3279size_t TmpFile::read(uint8_t* buff, size_t len) {
3280 return readFileBytes(filename, buff, len);
3281}
3282
3283void TmpFile::write(const uint8_t* buff, size_t len) {
3284 writeFileBytes(filename, buff, len);

Callers

nothing calls this directly

Calls 1

readFileBytesFunction · 0.85

Tested by

no test coverage detected