Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEX-Emu/FEX
/ Erase
Function
Erase
FEXCore/Source/Interface/Config/Config.cpp:443–445 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
441
}
442
443
void Erase(ConfigOption Option) {
444
Meta->Erase(Option);
445
}
446
447
template<typename T>
448
T Value<T>::GetIfExists(FEXCore::Config::ConfigOption Option, T Default) {
Callers
1
MergeEnvironmentVariables
Method · 0.70
Calls
1
Erase
Method · 0.45
Tested by
no test coverage detected