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

Method suffix

Sources/Shared/Containers/String.cpp:530–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528 }
529
530 MutableStringView String::suffix(char* const begin) {
531 return MutableStringView{*this}.suffix(begin);
532 }
533
534 StringView String::suffix(const char* const begin) const {
535 return StringView{*this}.suffix(begin);

Callers 14

OnInitializeMethod · 0.45
FindItemMethod · 0.45
GetSuggestedFileNameMethod · 0.45
CURLOnHeaderMethod · 0.45
GetExtensionMethod · 0.45
LookupPluralMethod · 0.45
OnTraceReceivedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected