Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HO-COOH/FastCopy
/ SettingsViewModel
Method
SettingsViewModel
FastCopy/ViewModelLocator.cpp:17–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
winrt::FastCopy::SettingsViewModel ViewModelLocator::SettingsViewModel()
18
{
19
if (!m_settingsViewModel)
20
m_settingsViewModel = winrt::FastCopy::SettingsViewModel();
21
return m_settingsViewModel;
22
}
Callers
2
ViewModel
Method · 0.45
init
Method · 0.45
Calls
1
SettingsViewModel
Class · 0.85
Tested by
no test coverage detected