Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
257
void 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
testDefinitions
Method · 0.45
testSymbolTableValid
Method · 0.45
Calls
2
setRepo
Method · 0.80
visitAllItems
Method · 0.45
Tested by
2
testDefinitions
Method · 0.36
testSymbolTableValid
Method · 0.36