Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
bool isFuzzy(QChar c)
33
{
34
return asciiStringContains(
"{}()\"
/\\*", c);
35
}
36
37
bool isFuzzyBracket(QChar c)
38
{
Callers
7
add
Method · 0.85
add
Method · 0.85
findUntilNeitherFuzzyNorWhitespace
Function · 0.85
skipToMatchingPositions
Method · 0.85
selectFuzzyInsertionRemovalOrReplacement
Method · 0.85
setUnmatchedPrefixCharacterResult
Method · 0.85
setUnrecoverableMismatchResult
Method · 0.85
Calls
1
asciiStringContains
Function · 0.85
Tested by
no test coverage detected