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

Method dotGraph

kdevplatform/language/duchain/dumpdotgraph.cpp:47–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45};
46
47QString DumpDotGraph::dotGraph(KDevelop::DUContext* context, bool shortened)
48{
49 Q_D(DumpDotGraph);
50
51 d->m_hadObjects.clear();
52 d->m_hadVersions.clear();
53 d->m_topContext = context->topContext(); ///@todo maybe get this as a parameter
54 return d->dotGraphInternal(context, true, shortened);
55}
56
57DumpDotGraph::DumpDotGraph()
58 : d_ptr(new DumpDotGraphPrivate())

Callers 1

dumpMethod · 0.80

Calls 3

dotGraphInternalMethod · 0.80
clearMethod · 0.45
topContextMethod · 0.45

Tested by

no test coverage detected