MCPcopy Create free account
hub / github.com/ElectroZybr/LatticeLab / defaultPath

Method defaultPath

App/UserSettings.cpp:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122std::filesystem::path UserSettingsIO::defaultPath() { return std::filesystem::path(AppPaths::kUserSettingsPath); }
123
124UserSettings UserSettingsIO::load(const std::filesystem::path& path) {
125 UserSettings settings;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected