MCPcopy Create free account
hub / github.com/BlueMatthew/WechatExporter / CopyTask

Method CopyTask

WechatExporter/core/AsyncTask.cpp:303–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303CopyTask::CopyTask(const std::string &src, const std::string& dest, const std::string& name) : m_src(src), m_dest(dest), m_name(name)
304{
305}
306
307bool CopyTask::run()
308{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected