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

Method GetTotal

FastCopy/ProcessIoCounter.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30ProcessIoCounter::IOCounter ProcessIoCounter::GetTotal()
31{
32 return IOCounter{
33 .read = m_counterCur->ReadTransferCount,
34 .write = m_counterCur->WriteTransferCount
35 };
36}
37
38ProcessIoCounter::IOCounter& ProcessIoCounter::IOCounter::operator+=(IOCounter rhs)
39{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected