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

Method addDocument

kdevplatform/language/backgroundparser/backgroundparser.cpp:667–673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665}
666
667void BackgroundParser::addDocument(const IndexedString& url, TopDUContext::Features features, int priority,
668 QObject* notifyWhenReady, ParseJob::SequentialProcessingFlags flags, int delay)
669{
670 Q_D(BackgroundParser);
671 d->addDocumentListener(url, features, priority, notifyWhenReady, flags, delay,
672 BackgroundParserPrivate::AddBehavior::AddIfMissing);
673}
674
675void BackgroundParser::removeDocument(const IndexedString& url, QObject* notifyWhenReady)
676{

Callers 14

documentActivatedMethod · 0.45
documentLoadedPrepareMethod · 0.45
documentRenamedMethod · 0.45
updateContextForUrlMethod · 0.45
updateChangedRangeMethod · 0.45
queueFilesToParseMethod · 0.45
addJobsToParserMethod · 0.45
benchmarkMethod · 0.45
updateFilesMethod · 0.45
runMethod · 0.45
documentActivatedMethod · 0.45
moveIntoSourceMethod · 0.45

Calls 1

addDocumentListenerMethod · 0.80

Tested by 2

addJobsToParserMethod · 0.36
benchmarkMethod · 0.36