| 433 | |
| 434 | template<typename T> |
| 435 | std::optional<T> GetConv(ConfigOption Option) { |
| 436 | return Meta->GetConv<T>(Option); |
| 437 | } |
| 438 | |
| 439 | void Set(ConfigOption Option, std::string_view Data) { |
| 440 | Meta->Set(Option, Data); |
nothing calls this directly
no outgoing calls
no test coverage detected