MCPcopy 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}
96bool GammaRay::BindingNode::hasFoundBindingLoop() const
97{
98 return m_foundBindingLoop;
99}
100bool GammaRay::BindingNode::isPartOfBindingLoop() const
101{
102 if (m_foundBindingLoop) {

Callers 1

findDependenciesForMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected