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

Method hasSubstring

src/openms/source/DATASTRUCTURES/String.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 }
173
174 bool String::hasSubstring(const String& string) const
175 {
176 return StringUtils::hasSubstring(*this, string);
177 }
178
179 bool String::has(Byte byte) const
180 {

Callers 15

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
loadAndCleanupIDFile_Method · 0.80

Calls 1

hasSubstringFunction · 0.85

Tested by 4

main_Method · 0.64
addReferenceFormatMethod · 0.64
setScanRegExp_Method · 0.64
START_SECTIONFunction · 0.64