We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de09fc commit c1576adCopy full SHA for c1576ad
1 file changed
Framework/CCDBSupport/src/CCDBHelpers.cxx
@@ -28,6 +28,7 @@ O2_DECLARE_DYNAMIC_LOG(ccdb);
28
namespace o2::framework
29
{
30
31
+namespace {
32
struct CCDBFetcherHelper {
33
struct CCDBCacheInfo {
34
std::string etag;
@@ -77,6 +78,7 @@ struct CCDBFetcherHelper {
77
78
return apis[entry == remappings.end() ? "" : entry->second];
79
}
80
};
81
+}
82
83
bool isPrefix(std::string_view prefix, std::string_view full)
84
0 commit comments