Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEX-Emu/FEX
/ Set
Function
Set
FEXCore/Source/Interface/Config/Config.cpp:439–441 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
437
}
438
439
void Set(ConfigOption Option, std::string_view Data) {
440
Meta->Set(Option, Data);
441
}
442
443
void Erase(ConfigOption Option) {
444
Meta->Erase(Option);
Callers
1
ReloadMetaLayer
Function · 0.70
Calls
1
Set
Method · 0.45
Tested by
no test coverage detected