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

Function isValid

kdevplatform/util/path.h:196–199  ·  view source on GitHub ↗

* Check whether this Path is valid. * * @return true if the Path is valid, i.e. contains data, false otherwise. */

Source from the content-addressed store, hash-verified

194 * @return true if the Path is valid, i.e. contains data, false otherwise.
195 */
196 inline bool isValid() const
197 {
198 return !m_data.isEmpty();
199 }
200
201 /**
202 * Check whether this Path is empty.

Callers 9

relativePathMethod · 0.70
isParentOfMethod · 0.70
isDirectParentOfMethod · 0.70
cdMethod · 0.70
openPageAcceptedMethod · 0.50
formatterNameMethod · 0.50
styleNameMethod · 0.50
takeStyleNameMethod · 0.50
ConfigForMimeTypeMethod · 0.50

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected