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

Method dumpDotGraph

kdevplatform/language/util/setrepository.cpp:271–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271QString Set::dumpDotGraph() const
272{
273 if (!m_repository || !m_tree)
274 return QString();
275
276 QMutexLocker lock(m_repository->m_mutex);
277
278 SetRepositoryAlgorithms alg(m_repository->m_dataRepository, m_repository);
279 return alg.dumpDotGraph(m_tree);
280}
281
282Index SetRepositoryAlgorithms::count(const SetNodeData* node) const
283{

Callers 1

testStringSetsMethod · 0.80

Calls 1

QStringClass · 0.70

Tested by 1

testStringSetsMethod · 0.64