MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / GetConv

Function GetConv

FEXCore/Source/Interface/Config/Config.cpp:435–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433
434template<typename T>
435std::optional<T> GetConv(ConfigOption Option) {
436 return Meta->GetConv<T>(Option);
437}
438
439void Set(ConfigOption Option, std::string_view Data) {
440 Meta->Set(Option, Data);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected