Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ removePath
Method
removePath
kdevplatform/project/helper.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
bool KDevelop::removePath(const KDevelop::IProject* project, const KDevelop::Path& path, const bool isFolder)
77
{
78
return removeUrl(project, path.toUrl(), isFolder);
79
}
80
81
bool KDevelop::createFile(const QUrl& file)
82
{
Callers
nothing calls this directly
Calls
1
toUrl
Method · 0.45
Tested by
no test coverage detected