Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ check
Method
check
kdevplatform/language/util/setrepository.cpp:300–306 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
298
}
299
300
void SetRepositoryAlgorithms::check(uint node)
301
{
302
if (!node)
303
return;
304
305
check(nodeFromIndex(node));
306
}
307
308
void SetRepositoryAlgorithms::check(const SetNodeData* node)
309
{
Callers
4
operator +
Method · 0.45
setrepository.cpp
File · 0.45
operator &
Method · 0.45
operator -
Method · 0.45
Calls
1
nodeFromIndex
Function · 0.85
Tested by
no test coverage detected