We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7d00b commit ae01274Copy full SHA for ae01274
tests/Mocks/MockGraphProvider.h
@@ -220,14 +220,6 @@ class MockGraphProvider {
220
return _edge.getID();
221
}
222
223
- std::string getCollectionName() const {
224
- auto collectionNameResult = extractCollectionName(_vertex.getID());
225
- if (collectionNameResult.fail()) {
226
- THROW_ARANGO_EXCEPTION(collectionNameResult.result());
227
- }
228
- return collectionNameResult.get().first;
229
- };
230
-
231
void setLocalSchreierIndex(size_t index) {
232
TRI_ASSERT(index != std::numeric_limits<size_t>::max());
233
TRI_ASSERT(!hasLocalSchreierIndex());
0 commit comments