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