MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / ReadSetting

Method ReadSetting

Source/SettingsService.cpp:155–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153
154private:
155 setting_type ReadSetting() const override {
156 return CSettings::GetInstance().GetPath(m_iPathType);
157 }
158
159 setting_type GetDefaultSetting() const override {
160 return L"";

Callers

nothing calls this directly

Calls 1

GetPathMethod · 0.80

Tested by

no test coverage detected