| 734 | } |
| 735 | |
| 736 | std::string UnboundCollectionContext::databaseName() { |
| 737 | return collectionDirectory->getPath()[1].toString(); |
| 738 | } |
| 739 | |
| 740 | std::string UnboundCollectionContext::collectionName() { |
| 741 | return collectionDirectory->getPath().back().toString(); |
no test coverage detected