MCPcopy 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
45bool isPathChar(QChar c)
46{
47 return c.isLetterOrNumber() || c == QLatin1Char('/') || c == QLatin1Char('.');
48}
49
50QString escapePath(QString path)
51{

Callers 1

completionInvokedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected