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

Method init

fdbclient/BlobGranuleFiles.cpp:561–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559 StringRef fileBytes;
560
561 void init(uint8_t fType, const Optional<BlobGranuleCipherKeysCtx> cipherKeysCtx) {
562 formatVersion = LATEST_BG_FORMAT_VERSION;
563 fileType = fType;
564 chunkStartOffset = -1;
565 }
566
567 void init(const StringRef& fBytes, Arena& arena, const Optional<BlobGranuleCipherKeysCtx> cipherKeysCtx) {
568 ASSERT(chunkStartOffset > 0);

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected