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

Method joinWithoutEmptyParts

Sources/Shared/Containers/String.cpp:627–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625 }
626
627 String String::joinWithoutEmptyParts(const ArrayView<const StringView> strings) const {
628 return StringView{*this}.joinWithoutEmptyParts(strings);
629 }
630
631 String String::joinWithoutEmptyParts(const std::initializer_list<StringView> strings) const {
632 // Doing it this way instead of calling directly into StringView to have the above overload implicitly covered

Callers 1

ConvertMethod · 0.45

Calls 1

arrayViewFunction · 0.70

Tested by

no test coverage detected