MCPcopy Create free account
hub / github.com/cursor/community-plugins / isAdminClient

Function isAdminClient

apps/cursor/src/utils/admin.ts:22–25  ·  view source on GitHub ↗
(userId: string | null | undefined)

Source from the content-addressed store, hash-verified

20}
21
22export function isAdminClient(userId: string | null | undefined): boolean {
23 if (!userId) return false;
24 return getPublicAdminIds().includes(userId);
25}

Callers 1

VerifyControlsFunction · 0.90

Calls 1

getPublicAdminIdsFunction · 0.85

Tested by

no test coverage detected