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

Function string_from_path

Source/Tools/FEXConfig/Main.cpp:32–34  ·  view source on GitHub ↗

Helper to convert a std::filesystem::path to a fextl::string.

Source from the content-addressed store, hash-verified

30namespace fextl {
31// Helper to convert a std::filesystem::path to a fextl::string.
32inline fextl::string string_from_path(const std::filesystem::path& Path) {
33 return Path.string().c_str();
34}
35} // namespace fextl
36
37static fextl::unique_ptr<FEXCore::Config::Layer> LoadedConfig {};

Callers 1

ReloadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected