Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
116
IDistributedVersionControl* toDVCS(IPlugin* plugin)
117
{
118
Q_ASSERT(plugin);
119
return plugin->extension<IDistributedVersionControl>();
120
}
121
122
ICentralizedVersionControl* toCVCS(IPlugin* plugin)
123
{
Callers
1
createProject
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected