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

Method ExplorerGuard

SpeedTest/main.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47struct ExplorerGuard
48{
49 ExplorerGuard()
50 {
51 puts("Killing explorer.exe for accurate result. It will be restarted after test.\n");
52 std::system("taskkill /f /im explorer.exe");
53 }
54
55 ~ExplorerGuard()
56 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected