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

Function indexToChar

kdevplatform/serialization/indexedstring.cpp:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143inline char indexToChar(uint index)
144{
145 Q_ASSERT(isSingleCharIndex(index));
146 return static_cast<char>(index & 0xff);
147}
148
149using IndexedStringRepository = ItemRepository<IndexedStringData, IndexedStringRepositoryItemRequest, false>;
150}

Callers 2

strMethod · 0.85
byteArrayMethod · 0.85

Calls 1

isSingleCharIndexFunction · 0.85

Tested by

no test coverage detected