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

Function toDVCS

plugins/appwizard/appwizardplugin.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114{
115
116IDistributedVersionControl* toDVCS(IPlugin* plugin)
117{
118 Q_ASSERT(plugin);
119 return plugin->extension<IDistributedVersionControl>();
120}
121
122ICentralizedVersionControl* toCVCS(IPlugin* plugin)
123{

Callers 1

createProjectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected