Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEX-Emu/FEX
/ Exists
Function
Exists
FEXCore/Source/Interface/Config/Config.cpp:422–424 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
420
}
421
422
bool Exists(ConfigOption Option) {
423
return Meta->OptionExists(Option);
424
}
425
426
std::optional<DefaultValues::Type::StringArrayType*> All(ConfigOption Option) {
427
return Meta->All(Option);
Callers
15
GetApplicationConfig
Function · 0.70
ExpandPath
Function · 0.70
FindContainer
Function · 0.70
FindContainerPrefix
Function · 0.70
ReloadMetaLayer
Function · 0.70
Initialize
Function · 0.50
CalculateNumberOfCPUs
Function · 0.50
ConnectToAndStartServer
Function · 0.50
LoadConfig
Function · 0.50
GetHomeDirectory
Function · 0.50
GetConfigDirectory
Function · 0.50
GetShebangInterpFile
Function · 0.50
Calls
no outgoing calls
Tested by
1
main
Function · 0.40