| 354 | } |
| 355 | |
| 356 | THREAD_FUNC networkThread(void* api) { |
| 357 | ((FDB::API*)api)->runNetwork(); |
| 358 | THREAD_RETURN; |
| 359 | } |
| 360 | |
| 361 | ACTOR Future<Void> validateStorageVersion(Reference<DocumentLayer> docLayer) { |
| 362 | state Reference<Transaction> tr = docLayer->database->createTransaction(); |
nothing calls this directly
no outgoing calls
no test coverage detected