Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
291
Future<Void> BufferedConnection::onClosed() {
292
return self->conn;
293
}
294
295
Future<Void> BufferedConnection::onWritable() {
296
return self->connection->onWritable();
Callers
2
Future<Void> extServerConnection
Function · 0.80
DocLayer.actor.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected