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

Method totalToLink

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

Source from the content-addressed store, hash-verified

241
242 int totalLinked() { return m_linked; }
243 int totalToLink() { return static_cast<int>(m_links_to_make.size()); }
244
245 void runPrivileged() { runPrivileged(QString()); }
246 void runPrivileged(const QString& offset);

Callers 1

executeTaskMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected