MCPcopy 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

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected