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

Method join

Sources/Shared/Containers/String.cpp:618–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616 }
617
618 String String::join(const ArrayView<const StringView> strings) const {
619 return StringView{*this}.join(strings);
620 }
621
622 String String::join(const std::initializer_list<StringView> strings) const {
623 // Doing it this way instead of calling directly into StringView to have the above overload implicitly covered

Callers 8

CombinePathMethod · 0.45
DisposeMethod · 0.45
stopMethod · 0.45
stopMethod · 0.45
~HttpClientMethod · 0.45
_xFunction · 0.45
_nxFunction · 0.45

Calls 1

arrayViewFunction · 0.70

Tested by

no test coverage detected