MCPcopy Create free account
hub / github.com/KDE/kdevelop / startVisiting

Method startVisiting

plugins/qmljs/duchain/debugvisitor.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void DebugVisitor::startVisiting(QmlJS::AST::Node* node)
124{
125 QmlJS::AST::Node::accept(node, this);
126}
127
128bool DebugVisitor::preVisit(QmlJS::AST::Node* node)
129{

Callers 2

dumpNodeMethod · 0.45
runSessionMethod · 0.45

Calls

no outgoing calls

Tested by 1

runSessionMethod · 0.36