Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isPathChar
Function
isPathChar
plugins/cmake/cmakecodecompletionmodel.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
bool isPathChar(QChar c)
46
{
47
return c.isLetterOrNumber() || c == QLatin1Char(
'/'
) || c == QLatin1Char(
'.'
);
48
}
49
50
QString escapePath(QString path)
51
{
Callers
1
completionInvoked
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected