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

Function arrayFromItem

kdevplatform/serialization/indexedstring.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128inline QByteArray arrayFromItem(const IndexedStringData* item)
129{
130 return QByteArray(c_strFromItem(item), item->length);
131}
132
133inline bool isSingleCharIndex(uint index)
134{

Callers 2

byteArrayMethod · 0.70
commentMethod · 0.50

Calls 2

c_strFromItemFunction · 0.85
QByteArrayClass · 0.50

Tested by

no test coverage detected