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

Function c_strFromItem

kdevplatform/serialization/indexedstring.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115};
116
117inline const char* c_strFromItem(const IndexedStringData* item)
118{
119 return reinterpret_cast<const char*>(item + 1);
120}
121
122///@param item must be valid(nonzero)
123inline QString stringFromItem(const IndexedStringData* item)

Callers 3

stringFromItemFunction · 0.85
arrayFromItemFunction · 0.85
c_strMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected