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

Method write

fdbrpc/AsyncFileEncrypted.actor.cpp:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167Future<Void> AsyncFileEncrypted::write(void const* data, int length, int64_t offset) {
168 return AsyncFileEncryptedImpl::write(Reference<AsyncFileEncrypted>::addRef(this), data, length, offset);
169}
170
171Future<Void> AsyncFileEncrypted::zeroRange(int64_t offset, int64_t length) {
172 return AsyncFileEncryptedImpl::zeroRange(this, offset, length);

Callers 2

writeLastBlockToFileMethod · 0.45

Calls 1

writeFunction · 0.50

Tested by

no test coverage detected