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

Method ~BufferedConnection

src/BufferedConnection.actor.cpp:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 : self(new BufferedConnectionData(connection)) {}
145
146BufferedConnection::~BufferedConnection() {
147 delete self;
148}
149
150void BufferedConnectionData::copyInto(uint8_t* buf, int count) {
151 uint8_t* ptr = buf;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected