Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
bool winrt::FastCopy::implementation::App::hasAnotherInstance()
118
{
119
return !MutexWrapper{ L
"FastCopySettingsLock"
, false }.TryLock();
120
}
121
122
void App::normalLaunch()
123
{
Callers
nothing calls this directly
Calls
1
TryLock
Method · 0.80
Tested by
no test coverage detected