Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getLicense
Function · 0.80
register_file
Function · 0.80
getOpenMSDataPath
Method · 0.80
getTypeByContent
Method · 0.80
store
Method · 0.80
writeSourceFile_
Method · 0.80
writeTo
Method · 0.80
startElement
Method · 0.80
parseRow_
Method · 0.80
switchToGeneralScoreType
Function · 0.80
String_test.cpp
File · 0.80
Calls
1
chop
Function · 0.85
Tested by
no test coverage detected