We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2df47 commit d63d884Copy full SHA for d63d884
src/utils/string.h
@@ -73,7 +73,6 @@ void replaceAll(std::string *str, const std::string& from,
73
const std::string& to);
74
std::string removeWhiteSpacesIfNeeded(std::string a);
75
std::string parserSanitizer(std::string a);
76
-std::string log_escape_hex(std::string s);
77
78
unsigned char x2c(unsigned char *what);
79
unsigned char xsingle2c(unsigned char *what);
0 commit comments