MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / join

Method join

source/util/bstring.cpp:967–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

965}
966
967BString BString::join(BString delimiter, const std::vector<BString>& values) {
968 return join(delimiter.data->str, values);
969}
970
971BString BString::join(const char* delimiter, const std::vector<BString>& values) {
972 BString result;

Callers 15

getEmscriptenEnvPropsFunction · 0.80
getExecutableFunction · 0.80
boxedwine-shell.jsFile · 0.80
logMessageFunction · 0.80
SDL_SYS_WaitThreadFunction · 0.80
save_controllerFunction · 0.80
write_controllersFunction · 0.80
closeMethod · 0.80
onDestroyMethod · 0.80
commentMethod · 0.80
indentMethod · 0.80
tablegen-x86.jsFile · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

mainFunction · 0.64