Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ hasCVReference
Method
hasCVReference
src/openms/source/DATASTRUCTURES/CVMappings.cpp:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
bool CVMappings::hasCVReference(const String& identifier)
94
{
95
return cv_references_.find(identifier) != cv_references_.end();
96
}
97
98
} // namespace OpenMS
Callers
2
CVMappings_test.cpp
File · 0.80
CVMappingFile_test.cpp
File · 0.80
Calls
2
find
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected