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

Method BufferedConnectionData

src/BufferedConnection.actor.cpp:133–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133BufferedConnectionData::BufferedConnectionData(Reference<IConnection> connection)
134 : connection(connection),
135 total_bytes(0),
136 desired_bytes(0),
137 deadlist_begin_offset(0),
138 buffer_begin_offset(0),
139 buffer_end_offset(0) {
140 conn = connectionKeeper(this);
141}
142
143BufferedConnection::BufferedConnection(Reference<IConnection> connection)
144 : self(new BufferedConnectionData(connection)) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected