MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / SetTotal

Method SetTotal

FastCopy/SpeedGraph.xaml.h:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 SpeedGraph();
22
23 void SetTotal(uint64_t bytes) { m_total = bytes; }
24 void AddPoint(uint64_t progressBytes, uint64_t speed);
25 void SetSpeed(uint64_t speed);
26 void SetSpeed(double percent, uint64_t speed);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected