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

Method findAnyOr

Sources/Shared/Containers/String.cpp:804–806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

802 }
803
804 MutableStringView String::findAnyOr(const StringView characters, char* fail) {
805 return MutableStringView{*this}.findAnyOr(characters, fail);
806 }
807
808 StringView String::findAnyOr(const StringView characters, const char* fail) const {
809 return StringView{*this}.findAnyOr(characters, fail);

Callers 2

FindItemMethod · 0.45
ExtractHostFromWsUrlFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected