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

Method getUserDataPath

components/files/linuxpath.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 std::filesystem::path LinuxPath::getUserDataPath() const
63 {
64 return getEnv("XDG_DATA_HOME", getUserHome() / ".local/share") / mName;
65 }
66
67 std::filesystem::path LinuxPath::getCachePath() const
68 {

Callers 9

ConfigurationManagerMethod · 0.45
readConfigurationMethod · 0.45
FixedPathMethod · 0.45
DocumentManagerMethod · 0.45
DocumentMethod · 0.45
runNavMeshToolFunction · 0.45
MainWizardMethod · 0.45
initializePageMethod · 0.45
prepareEngineMethod · 0.45

Calls 2

getEnvFunction · 0.85
getUserHomeFunction · 0.70

Tested by

no test coverage detected