Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
has
Method · 0.85
findModificationIndex
Method · 0.85
Calls
1
find
Method · 0.45
Tested by
no test coverage detected