MCPcopy 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
133inline bool isSingleCharIndex(uint index)
134{
135 return (index & 0xffff0000) == 0xffff0000;
136}
137
138inline uint charToIndex(char c)
139{

Callers 6

indexToCharFunction · 0.85
editRepoMethod · 0.85
strMethod · 0.85
lengthFromIndexMethod · 0.85
c_strMethod · 0.85
byteArrayMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected