Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ operator==
Function
operator==
kdevplatform/serialization/indexedstringview.h:104–107 ·
view source on GitHub ↗
* Fast index-based comparison */
Source
from the content-addressed store, hash-verified
102
* Fast index-based comparison
103
*/
104
inline bool operator==(IndexedStringView lhs, IndexedStringView rhs)
105
{
106
return lhs.index() == rhs.index();
107
}
108
109
/**
110
* Fast index-based comparison
Callers
nothing calls this directly
Calls
1
index
Method · 0.45
Tested by
no test coverage detected