Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128
inline QByteArray arrayFromItem(const IndexedStringData* item)
129
{
130
return QByteArray(c_strFromItem(item), item->length);
131
}
132
133
inline bool isSingleCharIndex(uint index)
134
{
Callers
2
byteArray
Method · 0.70
comment
Method · 0.50
Calls
2
c_strFromItem
Function · 0.85
QByteArray
Class · 0.50
Tested by
no test coverage detected