Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ hasTag
Method
hasTag
src/openms/source/DATASTRUCTURES/Param.cpp:1636–1639 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1634
}
1635
1636
bool Param::hasTag(const std::string& key, const std::string& tag) const
1637
{
1638
return getEntry_(key).tags.count(tag);
1639
}
1640
1641
bool Param::exists(const std::string& key) const
1642
{
Callers
4
PeakPickerCWT
Method · 0.80
ParamXMLFile_test.cpp
File · 0.80
Param_test.cpp
File · 0.80
ParamCTDFile_test.cpp
File · 0.80
Calls
1
count
Method · 0.80
Tested by
no test coverage detected