MCPcopy Create free account
hub / github.com/OpenKneeboard/OpenKneeboard / GetInstalledPaths

Method GetInstalledPaths

src/games/GenericGame.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16std::vector<std::filesystem::path> GenericGame::GetInstalledPaths() const {
17 return {};
18}
19
20std::string GenericGame::GetUserFriendlyName(
21 const std::filesystem::path& path) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected