| 738 | } |
| 739 | |
| 740 | std::string UnboundCollectionContext::collectionName() { |
| 741 | return collectionDirectory->getPath().back().toString(); |
| 742 | } |
| 743 | |
| 744 | void CollectionContext::bumpMetadataVersion() { |
| 745 | cx->getTransaction()->tr->atomicOp(unbound->getVersionKey(), LiteralStringRef("\x01\x00\x00\x00\x00\x00\x00\x00"), |
no test coverage detected