Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
154
private:
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
GetPath
Method · 0.80
Tested by
no test coverage detected