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

Method copyPath

kdevplatform/project/helper.cpp:210–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210bool KDevelop::copyPath(const KDevelop::IProject* project, const KDevelop::Path& source, const KDevelop::Path& target)
211{
212 return copyUrl(project, source.toUrl(), target.toUrl());
213}
214
215Path KDevelop::proposedBuildFolder(const Path& sourceFolder)
216{

Callers

nothing calls this directly

Calls 1

toUrlMethod · 0.45

Tested by

no test coverage detected