| 885 | } |
| 886 | |
| 887 | const DocumentBase* getDoc(size_t docId) const override |
| 888 | { |
| 889 | return &_getDoc(docId); |
| 890 | } |
| 891 | |
| 892 | size_t getDocIdByUid(const std::string& docUid) const override |
| 893 | { |
nothing calls this directly
no outgoing calls
no test coverage detected