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

Method operator()

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

Source from the content-addressed store, hash-verified

500 }
501
502 bool operator()(bool dryRun = false) { return operator()(QString(), dryRun); }
503
504 qsizetype totalCloned() { return m_cloned; }
505 qsizetype totalFailed() { return m_failedClones.length(); }

Callers

nothing calls this directly

Calls 1

QStringClass · 0.85

Tested by

no test coverage detected