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

Method parse

kdevplatform/tests/testfile.cpp:144–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void TestFile::parse(TopDUContext::Features features, int priority)
145{
146 Q_D(TestFile);
147
148 d->ready = false;
149 DUChain::self()->updateContextForUrl(d->url, features, this, priority);
150}
151
152bool TestFile::parseAndWait(TopDUContext::Features features, int priority, int timeout)
153{

Callers

nothing calls this directly

Calls 1

updateContextForUrlMethod · 0.80

Tested by

no test coverage detected