MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / HasNamespaceApps

Function HasNamespaceApps

src/platform/linux/cloud_intercept.cpp:260–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260bool HasNamespaceApps() {
261 std::lock_guard<std::mutex> lock(g_nsMutex);
262 return !g_namespaceApps.empty();
263}
264
265std::vector<uint32_t> GetNamespaceApps() {
266 std::lock_guard<std::mutex> lock(g_nsMutex);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected