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

Method MatchesPath

src/games/GenericGame.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace OpenKneeboard {
11
12bool GenericGame::MatchesPath(const std::filesystem::path&) const {
13 return true;
14}
15
16std::vector<std::filesystem::path> GenericGame::GetInstalledPaths() const {
17 return {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected