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

Function charToIndex

kdevplatform/serialization/indexedstring.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138inline uint charToIndex(char c)
139{
140 return 0xffff0000 | c;
141}
142
143inline char indexToChar(uint index)
144{

Callers 2

IndexedStringMethod · 0.85
indexForStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected