Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ trackerForUrl
Function
trackerForUrl
plugins/clang/clangparsejob.cpp:144–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
DocumentChangeTracker* trackerForUrl(const IndexedString& url)
145
{
146
return ICore::self()->languageController()->backgroundParser()->trackerForUrl(url);
147
}
148
149
}
150
Callers
3
documentUrlChanged
Method · 0.85
ClangParseJob
Method · 0.85
run
Method · 0.85
Calls
3
trackerForUrl
Method · 0.80
backgroundParser
Method · 0.80
languageController
Method · 0.80
Tested by
no test coverage detected