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

Function outputFilePath

components/testing/util.hpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 inline std::filesystem::path outputFilePath(std::string_view name)
29 {
30 std::filesystem::path dir = outputDir();
31 return dir / Misc::StringUtils::stringToU8String(name);
32 }
33
34 inline std::filesystem::path outputDirPath(const std::filesystem::path& subpath)
35 {

Callers 8

TESTFunction · 0.85
TEST_PFunction · 0.85
makeOutputPathFunction · 0.85
makeOutputPathFunction · 0.85
withSettingsFileMethod · 0.85
withSettingsFileMethod · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85

Calls 2

outputDirFunction · 0.85
stringToU8StringFunction · 0.85

Tested by 4

makeOutputPathFunction · 0.68
makeOutputPathFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68