| 35 | |
| 36 | struct MetadataManager : ReferenceCounted<MetadataManager>, NonCopyable { |
| 37 | explicit MetadataManager(struct DocumentLayer* docLayer) : docLayer(docLayer) {} |
| 38 | ~MetadataManager() = default; |
| 39 | |
| 40 | Future<Reference<UnboundCollectionContext>> getUnboundCollectionContext(Reference<DocTransaction> tr, |
nothing calls this directly
no outgoing calls
no test coverage detected