MCPcopy Create free account
hub / github.com/MeisApps/pcbu-desktop / HasNativeLibrary

Method HasNativeLibrary

common/src/platform/PlatformHelper.Win.cpp:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115bool PlatformHelper::HasNativeLibrary(const std::string &libName) {
116 return false;
117}
118
119std::vector<std::string> PlatformHelper::GetAllUsers() {
120 std::vector<std::string> result{};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected