MCPcopy Create free account
hub / github.com/OpenMW/openmw / pathFromUnicodeString

Method pathFromUnicodeString

components/files/conversion.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16std::filesystem::path Files::pathFromUnicodeString(std::string_view path)
17{
18 return Misc::StringUtils::stringToU8String(path);
19}
20
21std::filesystem::path Files::pathFromUnicodeString(std::string&& path)
22{

Callers

nothing calls this directly

Calls 1

stringToU8StringFunction · 0.85

Tested by

no test coverage detected