Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
private:
98
uint m_index = 0;
Callers
nothing calls this directly
Calls
2
fromIndex
Function · 0.85
index
Method · 0.45
Tested by
no test coverage detected