Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/GammaRay
/ hasFoundBindingLoop
Method
hasFoundBindingLoop
core/bindingnode.cpp:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
return m_canonicalName;
95
}
96
bool GammaRay::BindingNode::hasFoundBindingLoop() const
97
{
98
return m_foundBindingLoop;
99
}
100
bool GammaRay::BindingNode::isPartOfBindingLoop() const
101
{
102
if (m_foundBindingLoop) {
Callers
1
findDependenciesFor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected