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

Method zeroRange

fdbrpc/AsyncFileEncrypted.actor.cpp:171–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171Future<Void> AsyncFileEncrypted::zeroRange(int64_t offset, int64_t length) {
172 return AsyncFileEncryptedImpl::zeroRange(this, offset, length);
173}
174
175Future<Void> AsyncFileEncrypted::truncate(int64_t size) {
176 ASSERT(mode == Mode::APPEND_ONLY);

Callers 1

truncateFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected