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

Method setFileCustomIncludes

plugins/qmljs/duchain/cache.cpp:220–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void QmlJS::Cache::setFileCustomIncludes(const KDevelop::IndexedString& file, const KDevelop::Path::List& dirs)
221{
222 QMutexLocker lock(&m_mutex);
223
224 m_includeDirs[file] = dirs;
225}
226
227void QmlJS::Cache::addDependency(const KDevelop::IndexedString& file, const KDevelop::IndexedString& dependency)
228{

Callers 1

QmlJsParseJobMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected