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

Method ProcessIoCounter

FastCopy/ProcessIoCounter.cpp:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "ProcessIoCounter.h"
3
4ProcessIoCounter::ProcessIoCounter(HANDLE handle) : m_handle{handle}
5{
6}
7
8void ProcessIoCounter::SetHandle(HANDLE handle)
9{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected