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

Function isFuzzyBracket

kdevplatform/util/formattinghelpers.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37bool isFuzzyBracket(QChar c)
38{
39 return asciiStringContains("{}()", c);
40}
41
42class DoubleQuoteValidator
43{

Callers 2

addBracketMethod · 0.85
addMethod · 0.85

Calls 1

asciiStringContainsFunction · 0.85

Tested by

no test coverage detected