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

Method endSeq

fdbserver/DiskQueue.actor.cpp:1080–1080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1078 DiskQueueVersion diskQueueVersion() const { return static_cast<DiskQueueVersion>(implementationVersion); }
1079 int remainingCapacity() const { return maxPayload - payloadSize; }
1080 uint64_t endSeq() const { return seq + sizeof(PageHeader) + payloadSize; }
1081 UID checksum_hashlittle2() const {
1082 // SOMEDAY: Better hash?
1083 uint32_t part[2] = { 0x12345678, 0xbeefabcd };

Callers 2

commitMethod · 0.80
endLocationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected