Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Windscribe/Desktop-App
/ unescape
Function
unescape
src/client/client-common/utils/linuxutils.cpp:330–334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
328
}
329
330
QString unescape(const QString &in)
331
{
332
QString str = in;
333
return str.replace(
"\\\"
", "
\
""
).replace(
"\\`"
,
"`"
).replace(
"\\$"
,
"$"
).replace(
"\\\\"
,
"\\"
);
334
}
335
336
QString convertToAbsolutePath(const QString &in)
337
{
Callers
1
extractExeName
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected