| 19 | namespace winrt::FastCopy::implementation |
| 20 | { |
| 21 | SpeedGraph::SpeedGraph() |
| 22 | { |
| 23 | InitializeComponent(); |
| 24 | } |
| 25 | |
| 26 | void SpeedGraph::AddPoint(uint64_t progressBytes, uint64_t speed) |
| 27 | { |
nothing calls this directly
no outgoing calls
no test coverage detected