Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ WriteSetting
Method
WriteSetting
Source/SettingsService.cpp:163–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
void WriteSetting(const setting_type &val) override {
164
CSettings::GetInstance().SetPath(val, m_iPathType);
165
}
166
167
PATHS m_iPathType;
168
};
Callers
nothing calls this directly
Calls
1
SetPath
Method · 0.80
Tested by
no test coverage detected