MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / ExtReplyHeader

Method ExtReplyHeader

src/ExtStructs.h:176–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 int32_t startingFrom;
175 int32_t documentCount;
176 ExtReplyHeader() : responseFlags(0), cursorID(0), startingFrom(0), documentCount(0) {
177 static_assert(sizeof(ExtReplyHeader) == 36, "ExtReplyHeader size mismatch");
178 }
179};
180#pragma pack(pop)
181

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected