MCPcopy Create free account
hub / github.com/KDAB/GammaRay / sourceLocation

Method sourceLocation

core/bindingnode.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 return false;
111}
112GammaRay::SourceLocation GammaRay::BindingNode::sourceLocation() const
113{
114 return m_sourceLocation;
115}
116std::vector<std::unique_ptr<BindingNode>> &GammaRay::BindingNode::dependencies()
117{
118 return m_dependencies;

Callers 3

scanForBindingLoopsMethod · 0.80
dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected