MCPcopy Create free account
hub / github.com/YtFlow/Maple / IsDefault

Method IsDefault

Maple.App/Model/ConfigViewModel.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 return m_dateUpdated;
27 }
28 bool ConfigViewModel::IsDefault()
29 {
30 return m_isDefault;
31 }
32 void ConfigViewModel::IsDefault(bool value)
33 {
34 m_isDefault = value;

Callers 2

SetAsDefaultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected