MCPcopy 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
439void Set(ConfigOption Option, std::string_view Data) {
440 Meta->Set(Option, Data);
441}
442
443void Erase(ConfigOption Option) {
444 Meta->Erase(Option);

Callers 1

ReloadMetaLayerFunction · 0.70

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected