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

Method DateUpdated

Maple.App/Model/ConfigViewModel.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 return m_file.Name();
23 }
24 Windows::Foundation::DateTime ConfigViewModel::DateUpdated()
25 {
26 return m_dateUpdated;
27 }
28 bool ConfigViewModel::IsDefault()
29 {
30 return m_isDefault;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected