Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
614
void ShellQuoteArgSp(TString& dst, TStringBuf argument) {
615
dst.append(
' '
);
616
ShellQuoteArg(dst, argument);
617
}
618
619
bool ArgNeedsQuotes(TStringBuf arg) noexcept {
620
if (arg.empty()) {
Callers
2
Y_UNIT_TEST
Function · 0.85
GetQuotedCommand
Method · 0.85
Calls
2
ShellQuoteArg
Function · 0.85
append
Method · 0.45
Tested by
no test coverage detected