Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2320
String String::substr( std::size_t pos, std::size_t n ) const {
2321
return mString.substr( pos, n );
2322
}
2323
2324
int String::compare( const String& str ) const {
2325
return mString.compare( str.mString );
Callers
15
UniversalLocator
Method · 0.80
updateFilesTable
Method · 0.80
updateCommandPaletteTable
Method · 0.80
updateOpenDocumentsTable
Method · 0.80
updateSwitchBuildTable
Method · 0.80
updateSwitchBuildTypeTable
Method · 0.80
updateSwitchRunTargetTable
Method · 0.80
updateSwitchFileTypeTable
Method · 0.80
requestWorkspaceSymbol
Method · 0.80
requestDocumentSymbol
Method · 0.80
createTerminalMenu
Method · 0.80
createLanguagesMenu
Method · 0.80
Calls
no outgoing calls
Tested by
2
registerDefaultNodeSelectors
Method · 0.64
getStructuralSelector
Method · 0.64