MCPcopy Create free account
hub / github.com/KDE/kdevelop / isFuzzy

Function isFuzzy

kdevplatform/util/formattinghelpers.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32bool isFuzzy(QChar c)
33{
34 return asciiStringContains("{}()\"/\\*", c);
35}
36
37bool isFuzzyBracket(QChar c)
38{

Calls 1

asciiStringContainsFunction · 0.85

Tested by

no test coverage detected