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

Method dumpNode

plugins/qmljs/duchain/parsesession.cpp:270–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270void ParseSession::dumpNode(QmlJS::AST::Node* node) const
271{
272 DebugVisitor v(this);
273 v.startVisiting(node);
274}

Callers

nothing calls this directly

Calls 1

startVisitingMethod · 0.45

Tested by

no test coverage detected