MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / setWhitelist

Method setWhitelist

src/openms/source/CONCEPT/FuzzyStringComparator.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 void FuzzyStringComparator::setWhitelist(const StringList& rhs)
96 {
97 whitelist_ = rhs;
98 }
99
100 void FuzzyStringComparator::setMatchedWhitelist(const std::vector< std::pair<std::string, std::string> >& rhs)
101 {

Callers 9

main_Method · 0.80
testStringSimilarFunction · 0.80
isFileSimilarFunction · 0.80
START_SECTIONFunction · 0.80
IdXMLFile_test.cppFile · 0.80

Calls

no outgoing calls

Tested by 3

testStringSimilarFunction · 0.64
isFileSimilarFunction · 0.64
START_SECTIONFunction · 0.64