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

Method fromString

kdevplatform/serialization/indexedstringview.h:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 static IndexedStringView fromString(const IndexedString& str)
93 {
94 return fromIndex(str.index());
95 }
96
97private:
98 uint m_index = 0;

Callers

nothing calls this directly

Calls 2

fromIndexFunction · 0.85
indexMethod · 0.45

Tested by

no test coverage detected