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

Method onClosed

src/BufferedConnection.actor.cpp:291–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291Future<Void> BufferedConnection::onClosed() {
292 return self->conn;
293}
294
295Future<Void> BufferedConnection::onWritable() {
296 return self->connection->onWritable();

Callers 2

DocLayer.actor.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected