MCPcopy 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
144DocumentChangeTracker* trackerForUrl(const IndexedString& url)
145{
146 return ICore::self()->languageController()->backgroundParser()->trackerForUrl(url);
147}
148
149}
150

Callers 3

documentUrlChangedMethod · 0.85
ClangParseJobMethod · 0.85
runMethod · 0.85

Calls 3

trackerForUrlMethod · 0.80
backgroundParserMethod · 0.80
languageControllerMethod · 0.80

Tested by

no test coverage detected