| 113 | } |
| 114 | |
| 115 | bool PlatformHelper::HasNativeLibrary(const std::string &libName) { |
| 116 | return false; |
| 117 | } |
| 118 | |
| 119 | std::vector<std::string> PlatformHelper::GetAllUsers() { |
| 120 | std::vector<std::string> result{}; |
nothing calls this directly
no outgoing calls
no test coverage detected