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

Method find

Sources/Shared/Containers/String.cpp:716–719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714 }
715
716 MutableStringView String::find(const StringView substring) {
717 // Calling straight into the concrete implementation to reduce call stack depth
718 return MutableStringView{*this}.findOr(substring, nullptr);
719 }
720
721 StringView String::find(const StringView substring) const {
722 // Calling straight into the concrete implementation to reduce call stack depth

Callers 15

OpenMethod · 0.45
CURLOnHeaderMethod · 0.45
GetHeaderMethod · 0.45
GetAllHeaderValuesMethod · 0.45
StopActiveTransferMethod · 0.45
RemoveActiveSocketMethod · 0.45
replaceFirstFunction · 0.45
replaceAllFunction · 0.45
SplitSourcePrefixesFunction · 0.45
ReplaceAllFunction · 0.45
SimplifyBasicTypeFunction · 0.45

Calls 1

findOrMethod · 0.45

Tested by

no test coverage detected