Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ ShellIsQuoteNeed
Function
ShellIsQuoteNeed
encoding/shell.cpp:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
namespace toft {
10
11
bool ShellIsQuoteNeed(const std::string& str)
12
{
13
return str.find_first_of(
"'\"
\t&><#!") != std::string::npos;
14
}
15
16
std::string ShellQuote(const std::string& str, char quote_char)
17
{
Callers
1
ShellQuoteIfNeed
Function · 0.85
Calls
1
find_first_of
Method · 0.45
Tested by
no test coverage detected