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

Method libraryPaths

plugins/qmljs/duchain/cache.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40KDevelop::Path::List QmlJS::Cache::libraryPaths(const KDevelop::IndexedString& baseFile) const
41{
42 QMutexLocker lock(&m_mutex);
43 return libraryPaths_internal(baseFile);
44}
45
46KDevelop::Path::List QmlJS::Cache::libraryPaths_internal(const KDevelop::IndexedString& baseFile) const
47{

Callers 2

libraryPaths_internalMethod · 0.80
importCompletionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected