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

Method findLast

Sources/Shared/Containers/String.cpp:752–755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750 }
751
752 MutableStringView String::findLast(const StringView substring) {
753 // Calling straight into the concrete implementation to reduce call stack depth
754 return MutableStringView{*this}.findLastOr(substring, nullptr);
755 }
756
757 StringView String::findLast(const StringView substring) const {
758 // Calling straight into the concrete implementation to reduce call stack depth

Callers 4

StringFindLastFunction · 0.45
AddScriptFromFileMethod · 0.45

Calls 1

findLastOrMethod · 0.45

Tested by

no test coverage detected