MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / DataMigrationTask

Method DataMigrationTask

launcher/DataMigrationTask.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13#include <QtConcurrent>
14
15DataMigrationTask::DataMigrationTask(const QString& sourcePath, const QString& targetPath, const IPathMatcher::Ptr pathMatcher)
16 : Task(), m_sourcePath(sourcePath), m_targetPath(targetPath), m_pathMatcher(pathMatcher), m_copy(sourcePath, targetPath)
17{
18 m_copy.matcher(m_pathMatcher.get()).whitelist(true);
19}
20
21void DataMigrationTask::executeTask()
22{

Callers

nothing calls this directly

Calls 3

whitelistMethod · 0.80
matcherMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected