MCPcopy 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

9namespace toft {
10
11bool ShellIsQuoteNeed(const std::string& str)
12{
13 return str.find_first_of("'\" \t&><#!") != std::string::npos;
14}
15
16std::string ShellQuote(const std::string& str, char quote_char)
17{

Callers 1

ShellQuoteIfNeedFunction · 0.85

Calls 1

find_first_ofMethod · 0.45

Tested by

no test coverage detected