Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isSingleCharIndex
Function
isSingleCharIndex
kdevplatform/serialization/indexedstring.cpp:133–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
inline bool isSingleCharIndex(uint index)
134
{
135
return (index & 0xffff0000) == 0xffff0000;
136
}
137
138
inline uint charToIndex(char c)
139
{
Callers
6
indexToChar
Function · 0.85
editRepo
Method · 0.85
str
Method · 0.85
lengthFromIndex
Method · 0.85
c_str
Method · 0.85
byteArray
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected