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

Method DocumentLayer

src/DocLayer.h:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47struct DocumentLayer : ReferenceCounted<DocumentLayer>, NonCopyable {
48 DocumentLayer(ConnectionOptions defaultConnectionOptions,
49 Reference<FDB::Database> database,
50 Reference<DirectorySubspace> rootDirectory)
51 : defaultConnectionOptions(defaultConnectionOptions),
52 database(database),
53 backgroundTasks(false),
54 rootDirectory(rootDirectory),
55 mm(new MetadataManager(this)) {}
56
57 Reference<FDB::Database> database;
58 Reference<MetadataManager> mm;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected