MCPcopy Create free account
hub / github.com/KDE/kdevelop / operator==

Function operator==

kdevplatform/project/projectbuildsetmodel.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71bool operator==( const BuildItem& rhs, const BuildItem& lhs )
72{
73 return( rhs.itemPath() == lhs.itemPath() );
74}
75
76BuildItem& BuildItem::operator=( const BuildItem& rhs )
77{

Callers

nothing calls this directly

Calls 1

itemPathMethod · 0.45

Tested by

no test coverage detected