MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / exceptPrefix

Method exceptPrefix

Sources/Shared/Containers/String.cpp:546–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544 }
545
546 MutableStringView String::exceptPrefix(const std::size_t count) {
547 return MutableStringView{*this}.exceptPrefix(count);
548 }
549
550 StringView String::exceptPrefix(const std::size_t count) const {
551 return StringView{*this}.exceptPrefix(count);

Callers 15

TryGetAssetPathMethod · 0.45
FetchDirectoryAsyncMethod · 0.45
jsReadFilesMethod · 0.45
replaceAllFunction · 0.45
TryParseMethod · 0.45
InitializeMethod · 0.45
OpenContentFileMethod · 0.45
ParseProtocolClientDataFunction · 0.45
ExtractHostFromWsUrlFunction · 0.45
ProcessCommandMethod · 0.45
OnShowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected