| 729 | } |
| 730 | |
| 731 | Key UnboundCollectionContext::getVersionKey() { |
| 732 | return metadataDirectory->key().withSuffix( |
| 733 | DataValue(DocLayerConstants::VERSION_KEY, DVTypeCode::STRING).encode_key_part()); |
| 734 | } |
| 735 | |
| 736 | std::string UnboundCollectionContext::databaseName() { |
| 737 | return collectionDirectory->getPath()[1].toString(); |
no test coverage detected