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

Method substr

src/openms/source/DATASTRUCTURES/String.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 }
213
214 String String::substr(size_t pos, size_t n) const
215 {
216 return StringUtils::substr(*this, pos, n);
217 }
218
219 String String::chop(Size n) const
220 {

Callers 15

foreachFunction · 0.80
getPlugins_Method · 0.80
addPeakAnnotations_Method · 0.80
getTypesFromParam_Method · 0.80
setInputOutputCombo_Method · 0.80
loadINI_Method · 0.80
postScoreHits_Function · 0.80
main_Method · 0.80
main_Method · 0.80

Calls 1

substrFunction · 0.50

Tested by 6

searchSpectrumMethod · 0.64
handlePTMsMethod · 0.64
loadMethod · 0.64
getACAndACTypeMethod · 0.64
generateTrieDBMethod · 0.64
addIonMatchStatisticsMethod · 0.64