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

Function IsNamespaceApp

src/platform/linux/cloud_intercept.cpp:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248bool IsNamespaceApp(uint32_t appId) {
249 std::lock_guard<std::mutex> lock(g_nsMutex);
250 return g_namespaceApps.count(appId) > 0;
251}
252
253void RegisterNamespaceApp(uint32_t appId) {
254 std::lock_guard<std::mutex> lock(g_nsMutex);

Callers 7

TryHandleGetUserStatsFunction · 0.70
EnsureInitializedFunction · 0.70
hook_BYieldingSendFunction · 0.70
hook_SyncSend2Function · 0.70
ObserveOutboundFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected