Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
123
void DebugVisitor::startVisiting(QmlJS::AST::Node* node)
124
{
125
QmlJS::AST::Node::accept(node, this);
126
}
127
128
bool DebugVisitor::preVisit(QmlJS::AST::Node* node)
129
{
Callers
2
dumpNode
Method · 0.45
runSession
Method · 0.45
Calls
no outgoing calls
Tested by
1
runSession
Method · 0.36