MCPcopy 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
422bool Exists(ConfigOption Option) {
423 return Meta->OptionExists(Option);
424}
425
426std::optional<DefaultValues::Type::StringArrayType*> All(ConfigOption Option) {
427 return Meta->All(Option);

Callers 15

GetApplicationConfigFunction · 0.70
ExpandPathFunction · 0.70
FindContainerFunction · 0.70
FindContainerPrefixFunction · 0.70
ReloadMetaLayerFunction · 0.70
InitializeFunction · 0.50
CalculateNumberOfCPUsFunction · 0.50
ConnectToAndStartServerFunction · 0.50
LoadConfigFunction · 0.50
GetHomeDirectoryFunction · 0.50
GetConfigDirectoryFunction · 0.50
GetShebangInterpFileFunction · 0.50

Calls

no outgoing calls

Tested by 1

mainFunction · 0.40