MCPcopy Create free account
hub / github.com/catboost/catboost / ShellQuoteArgSp

Function ShellQuoteArgSp

util/system/shellcommand.cpp:614–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

612}
613
614void ShellQuoteArgSp(TString& dst, TStringBuf argument) {
615 dst.append(' ');
616 ShellQuoteArg(dst, argument);
617}
618
619bool ArgNeedsQuotes(TStringBuf arg) noexcept {
620 if (arg.empty()) {

Callers 2

Y_UNIT_TESTFunction · 0.85
GetQuotedCommandMethod · 0.85

Calls 2

ShellQuoteArgFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected