MCPcopy Create free account
hub / github.com/apple/foundationdb / onConnected

Method onConnected

fdbclient/NativeAPI.actor.cpp:2107–2109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2105}
2106
2107Future<Void> DatabaseContext::onConnected() {
2108 return connected;
2109}
2110
2111ACTOR static Future<Void> switchConnectionRecordImpl(Reference<IClusterConnectionRecord> connRecord,
2112 DatabaseContext* self) {

Callers 2

fdbcli.actor.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected