MCPcopy 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
76bool KDevelop::removePath(const KDevelop::IProject* project, const KDevelop::Path& path, const bool isFolder)
77{
78 return removeUrl(project, path.toUrl(), isFolder);
79}
80
81bool KDevelop::createFile(const QUrl& file)
82{

Callers

nothing calls this directly

Calls 1

toUrlMethod · 0.45

Tested by

no test coverage detected