MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / Uninstall

Method Uninstall

ExplorerHooks/taskviewvisibilitymonitor.cpp:233–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void TaskViewVisibilityMonitor::Uninstall() noexcept
234{
235 if (s_hThread)
236 {
237 EndWatcherThread();
238 s_hThread.reset();
239 }
240}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected