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

Method findLastOr

Sources/Shared/Containers/String.cpp:772–774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770 }
771
772 MutableStringView String::findLastOr(const StringView substring, char* const fail) {
773 return MutableStringView{*this}.findLastOr(substring, fail);
774 }
775
776 StringView String::findLastOr(const StringView substring, const char* const fail) const {
777 return StringView{*this}.findLastOr(substring, fail);

Callers 8

RefreshCacheLevelsMethod · 0.45
GetSuggestedFileNameMethod · 0.45
GetExtensionMethod · 0.45
findLastMethod · 0.45
AttachComponentsMethod · 0.45
LoadMlleDataMethod · 0.45
OnKeyPressedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected