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

Function stringFromItem

kdevplatform/serialization/indexedstring.cpp:123–126  ·  view source on GitHub ↗

@param item must be valid(nonzero)

Source from the content-addressed store, hash-verified

121
122///@param item must be valid(nonzero)
123inline QString stringFromItem(const IndexedStringData* item)
124{
125 return QString::fromUtf8(c_strFromItem(item), item->length);
126}
127
128inline QByteArray arrayFromItem(const IndexedStringData* item)
129{

Callers 1

strMethod · 0.70

Calls 1

c_strFromItemFunction · 0.85

Tested by

no test coverage detected