MCPcopy Create free account
hub / github.com/Snapchat/Valdi / join

Method join

valdi_core/src/valdi_core/cpp/Utils/StringBox.cpp:293–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293StringBox StringBox::join(const std::vector<StringBox>& strings, std::string_view separator) {
294 return join(strings.data(), strings.size(), separator);
295}
296
297StringBox StringBox::join(const StringBox* strings, size_t length, std::string_view separator) {
298 if (length == 1) {

Callers 15

constructorMethod · 0.45
contentMethod · 0.45
contentMethod · 0.45
toCamelCaseMethod · 0.45
toPascalCaseMethod · 0.45
toSnakeCaseMethod · 0.45
inputJSONPathFunction · 0.45
iosLocalizableStringNameFunction · 0.45
androidStringsXMLNameFunction · 0.45

Calls 6

getGlobalFunction · 0.85
makeStringMethod · 0.80
dataMethod · 0.45
sizeMethod · 0.45
lengthMethod · 0.45
getCStrMethod · 0.45

Tested by 6

compileAsCFunction · 0.36
test_with_segmentsMethod · 0.36
writeComponentFunction · 0.36