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

Function isEmpty

kdevplatform/serialization/indexedstring.h:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 }
151
152 bool isEmpty() const
153 {
154 return m_index == 0;
155 }
156
157 /**
158 * @note This is relatively expensive: needs a mutex lock, hash lookups, and eventual loading,

Callers 4

toUrlMethod · 0.70
saveFromAreaMethod · 0.50
addActionMethod · 0.50
removeActionMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected