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

Method findLastAny

Sources/Shared/Containers/String.cpp:812–814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

810 }
811
812 MutableStringView String::findLastAny(const StringView characters) {
813 return MutableStringView{*this}.findLastAny(characters);
814 }
815
816 StringView String::findLastAny(const StringView characters) const {
817 return StringView{*this}.findLastAny(characters);

Callers 1

StringFindLastOfFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected