MCPcopy Create free account
hub / github.com/KDE/kdevelop / ~KDevQmlJsPlugin

Method ~KDevQmlJsPlugin

plugins/qmljs/kdevqmljsplugin.cpp:70–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70KDevQmlJsPlugin::~KDevQmlJsPlugin()
71{
72 parseLock()->lockForWrite();
73 // By locking the parse-mutexes, we make sure that parse jobs get a chance to finish in a good state
74 parseLock()->unlock();
75
76 QmlJS::unregisterDUChainItems();
77}
78
79ParseJob* KDevQmlJsPlugin::createParseJob(const IndexedString& url)
80{

Callers

nothing calls this directly

Calls 3

unregisterDUChainItemsFunction · 0.85
lockForWriteMethod · 0.80
unlockMethod · 0.45

Tested by

no test coverage detected