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

Method fileExists

kdevplatform/language/duchain/topducontextdynamicdata.cpp:495–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495bool TopDUContextDynamicData::fileExists(uint topContextIndex)
496{
497 return QFile::exists(pathForTopContext(topContextIndex));
498}
499
500QList<IndexedDUContext> TopDUContextDynamicData::loadImporters(uint topContextIndex)
501{

Callers

nothing calls this directly

Calls 1

pathForTopContextFunction · 0.85

Tested by

no test coverage detected