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

Method hasAnotherInstance

FastCopy/App.xaml.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117bool winrt::FastCopy::implementation::App::hasAnotherInstance()
118{
119 return !MutexWrapper{ L"FastCopySettingsLock", false }.TryLock();
120}
121
122void App::normalLaunch()
123{

Callers

nothing calls this directly

Calls 1

TryLockMethod · 0.80

Tested by

no test coverage detected