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

Method has

src/openms/source/DATASTRUCTURES/String.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 }
178
179 bool String::has(Byte byte) const
180 {
181 return StringUtils::has(*this, byte);
182 }
183
184 String String::prefix(SizeType length) const
185 {

Callers 4

getAdductsAsStringMethod · 0.45
setMethod · 0.45
setDateMethod · 0.45
setMethod · 0.45

Calls 1

hasFunction · 0.85

Tested by

no test coverage detected