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

Method nextPacketBuffer

flow/include/flow/serialize.h:802–802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

800 return new (mem) PacketBuffer{ size };
801 }
802 PacketBuffer* nextPacketBuffer() { return static_cast<PacketBuffer*>(next); }
803 void addref() { ++reference_count; }
804 void delref() {
805 if (!--reference_count) {

Callers 6

nextBufferMethod · 0.80
sentMethod · 0.80
discardAllMethod · 0.80
compactMethod · 0.80
sendPacketFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected