Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
bool operator==( const BuildItem& rhs, const BuildItem& lhs )
72
{
73
return( rhs.itemPath() == lhs.itemPath() );
74
}
75
76
BuildItem& BuildItem::operator=( const BuildItem& rhs )
77
{
Callers
nothing calls this directly
Calls
1
itemPath
Method · 0.45
Tested by
no test coverage detected