Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
138
inline uint charToIndex(char c)
139
{
140
return 0xffff0000 | c;
141
}
142
143
inline char indexToChar(uint index)
144
{
Callers
2
IndexedString
Method · 0.85
indexForString
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected