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