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

Method SpeedGraph

FastCopy/SpeedGraph.xaml.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19namespace winrt::FastCopy::implementation
20{
21 SpeedGraph::SpeedGraph()
22 {
23 InitializeComponent();
24 }
25
26 void SpeedGraph::AddPoint(uint64_t progressBytes, uint64_t speed)
27 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected