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

Method Notify

FastCopy/SettingsViewModel.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace winrt::FastCopy::implementation
10{
11 bool SettingsViewModel::Notify()
12 {
13 return m_model.Get<bool>(Settings::Notify, true);
14 }
15 void SettingsViewModel::Notify(bool value)
16 {
17 m_model.Set(Settings::Notify, value);

Callers

nothing calls this directly

Calls 1

SetMethod · 0.80

Tested by

no test coverage detected