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

Method dump

kdevplatform/language/duchain/definitions.cpp:257–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257void Definitions::dump(const QTextStream& out)
258{
259 DefinitionsVisitor v(out);
260 LockedItemRepository::read<Definitions>([&](const DefinitionsRepo& repo) {
261 v.setRepo(repo);
262 repo.visitAllItems(v);
263 });
264}
265}

Callers 2

testDefinitionsMethod · 0.45
testSymbolTableValidMethod · 0.45

Calls 2

setRepoMethod · 0.80
visitAllItemsMethod · 0.45

Tested by 2

testDefinitionsMethod · 0.36
testSymbolTableValidMethod · 0.36