| 258 | } |
| 259 | |
| 260 | bool HasNamespaceApps() { |
| 261 | std::lock_guard<std::mutex> lock(g_nsMutex); |
| 262 | return !g_namespaceApps.empty(); |
| 263 | } |
| 264 | |
| 265 | std::vector<uint32_t> GetNamespaceApps() { |
| 266 | std::lock_guard<std::mutex> lock(g_nsMutex); |
nothing calls this directly
no outgoing calls
no test coverage detected