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

Method setUpToDate

plugins/qmljs/duchain/cache.cpp:256–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256void QmlJS::Cache::setUpToDate(const KDevelop::IndexedString& file, bool upToDate)
257{
258 QMutexLocker lock(&m_mutex);
259
260 m_isUpToDate[file] = upToDate;
261}

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected