MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / operator()

Method operator()

launcher/FileSystem.h:134–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 bool operator()(bool dryRun = false) { return operator()(QString(), dryRun); }
135
136 qsizetype totalCopied() { return m_copied; }
137 qsizetype totalFailed() { return m_failedPaths.length(); }

Callers

nothing calls this directly

Calls 1

QStringClass · 0.85

Tested by

no test coverage detected