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

Method MetadataManager

src/MetadataManager.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36struct MetadataManager : ReferenceCounted<MetadataManager>, NonCopyable {
37 explicit MetadataManager(struct DocumentLayer* docLayer) : docLayer(docLayer) {}
38 ~MetadataManager() = default;
39
40 Future<Reference<UnboundCollectionContext>> getUnboundCollectionContext(Reference<DocTransaction> tr,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected