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

Method core

kdevplatform/interfaces/iplugin.cpp:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120ICore *IPlugin::core() const
121{
122 Q_D(const IPlugin);
123
124 return d->core;
125}
126
127}
128

Callers 3

revertMethod · 0.45
diffForRevMethod · 0.45
diffFromBranchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected