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

Method totalCopied

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

Source from the content-addressed store, hash-verified

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

Callers 2

executeTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected