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