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

Method chop

src/openms/source/DATASTRUCTURES/String.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217 }
218
219 String String::chop(Size n) const
220 {
221 return StringUtils::chop(*this, n);
222 }
223
224 String& String::trim()
225 {

Callers 11

getLicenseFunction · 0.80
register_fileFunction · 0.80
getOpenMSDataPathMethod · 0.80
getTypeByContentMethod · 0.80
storeMethod · 0.80
writeSourceFile_Method · 0.80
writeToMethod · 0.80
startElementMethod · 0.80
parseRow_Method · 0.80
switchToGeneralScoreTypeFunction · 0.80
String_test.cppFile · 0.80

Calls 1

chopFunction · 0.85

Tested by

no test coverage detected