MCPcopy 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

PeakPickerCWTMethod · 0.80
Param_test.cppFile · 0.80

Calls 1

countMethod · 0.80

Tested by

no test coverage detected