MCPcopy Create free account
hub / github.com/SpartanJ/eepp / substr

Method substr

src/eepp/core/string.cpp:2320–2322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2318}
2319
2320String String::substr( std::size_t pos, std::size_t n ) const {
2321 return mString.substr( pos, n );
2322}
2323
2324int String::compare( const String& str ) const {
2325 return mString.compare( str.mString );

Callers 15

UniversalLocatorMethod · 0.80
updateFilesTableMethod · 0.80
requestDocumentSymbolMethod · 0.80
createTerminalMenuMethod · 0.80
createLanguagesMenuMethod · 0.80

Calls

no outgoing calls

Tested by 2

getStructuralSelectorMethod · 0.64