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

Method parseLock

kdevplatform/language/interfaces/ilanguagesupport.cpp:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88QReadWriteLock* ILanguageSupport::parseLock() const
89{
90 Q_D(const ILanguageSupport);
91
92 return &d->lock;
93}
94
95int ILanguageSupport::suggestedReparseDelayForChange(KTextEditor::Document* doc,
96 const KTextEditor::Range& changedRange,

Callers 4

doMoreCleanupMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected