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

Method BufferedConnection

src/BufferedConnection.actor.cpp:143–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143BufferedConnection::BufferedConnection(Reference<IConnection> connection)
144 : self(new BufferedConnectionData(connection)) {}
145
146BufferedConnection::~BufferedConnection() {
147 delete self;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected