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

Function has

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

Source from the content-addressed store, hash-verified

115 }
116
117 static inline bool has(const String & this_s, Byte byte)
118 {
119 return this_s.find(char(byte)) != std::string::npos;
120 }
121
122 static inline String prefix(const String & this_s, size_t length)
123 {

Callers 2

hasMethod · 0.85
findModificationIndexMethod · 0.85

Calls 1

findMethod · 0.45

Tested by

no test coverage detected