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

Method index

kdevplatform/serialization/indexedstringview.h:77–80  ·  view source on GitHub ↗

* The string is uniquely identified by this index. You can use it for comparison. */

Source from the content-addressed store, hash-verified

75 * The string is uniquely identified by this index. You can use it for comparison.
76 */
77 uint index() const
78 {
79 return m_index;
80 }
81
82 bool isEmpty() const
83 {

Callers 4

fromStringMethod · 0.45
operator==Function · 0.45
operator<Function · 0.45
qHashFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected