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

Method operator()

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

Source from the content-addressed store, hash-verified

238 std::error_code getOSError() { return m_os_err; }
239
240 bool operator()(bool dryRun = false) { return operator()(QString(), dryRun); }
241
242 int totalLinked() { return m_linked; }
243 int totalToLink() { return static_cast<int>(m_links_to_make.size()); }

Callers

nothing calls this directly

Calls 1

QStringClass · 0.85

Tested by

no test coverage detected