MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / sourcePath

Method sourcePath

src/base/settings.cpp:666–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664auto Settings::dataPath() -> QString { return QString("data") + QDir::separator(); }
665
666auto Settings::sourcePath() -> QString { return QString("source") + QDir::separator(); }
667
668auto Settings::selfTestPath() -> QString { return QString("selftest") + QDir::separator(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected