Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
bool isFuzzyBracket(QChar c)
38
{
39
return asciiStringContains(
"{}()"
, c);
40
}
41
42
class DoubleQuoteValidator
43
{
Callers
2
addBracket
Method · 0.85
add
Method · 0.85
Calls
1
asciiStringContains
Function · 0.85
Tested by
no test coverage detected