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

Method findAny

Sources/Shared/Containers/String.cpp:796–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

794 }
795
796 MutableStringView String::findAny(const StringView characters) {
797 return MutableStringView{*this}.findAny(characters);
798 }
799
800 StringView String::findAny(const StringView characters) const {
801 return StringView{*this}.findAny(characters);

Callers 5

GetPreferredLanguagesMethod · 0.45
StringFindFirstOfFunction · 0.45
AddScriptFromFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected