Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
256
void QmlJS::Cache::setUpToDate(const KDevelop::IndexedString& file, bool upToDate)
257
{
258
QMutexLocker lock(&m_mutex);
259
260
m_isUpToDate[file] = upToDate;
261
}
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected