8000
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 bb8e85f commit f3d37ccCopy full SHA for f3d37cc
arangod/Utils/CollectionNameResolver.cpp
@@ -32,7 +32,7 @@
32
#include "VocBase/LogicalCollection.h"
33
#include "VocBase/LogicalView.h"
34
#include "VocBase/vocbase.h"
35
-
+
36
namespace {
37
std::string const UNKNOWN("_unknown");
38
}
@@ -140,7 +140,6 @@ TRI_voc_cid_t CollectionNameResolver::getCollectionIdCluster(std::string const&
140
return vinfo->id();
141
142
} catch (...) {
143
- // TODO: ?
144
145
146
return 0;
@@ -313,7 +312,7 @@ std::string CollectionNameResolver::lookupName(TRI_voc_cid_t cid) const {
313
312
if (collection != nullptr && !collection->name().empty()) {
314
return collection->name();
315
316
317
return ::UNKNOWN;
318
319
0 commit comments