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

Function networkThread

src/DocLayer.actor.cpp:356–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected