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

Function hasSubstring

src/openms/include/OpenMS/DATASTRUCTURES/StringUtilsSimple.h:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 static inline bool hasSubstring(const String & this_s, const String& string)
113 {
114 return this_s.find(string) != std::string::npos;
115 }
116
117 static inline bool has(const String & this_s, Byte byte)
118 {

Callers 1

hasSubstringMethod · 0.85

Calls 1

findMethod · 0.45

Tested by

no test coverage detected