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

Method dependencies

plugins/qmljs/duchain/cache.cpp:242–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242QList<KDevelop::IndexedString> QmlJS::Cache::dependencies(const KDevelop::IndexedString& file)
243{
244 QMutexLocker lock(&m_mutex);
245
246 return m_dependencies[file].values();
247}
248
249bool QmlJS::Cache::isUpToDate(const KDevelop::IndexedString& file)
250{

Callers 3

saveToConfigurationMethod · 0.45
saveToConfigurationMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected