MCPcopy Index your code
hub / github.com/sourcebot-dev/sourcebot / doesIdpSupportPermissionSyncing

Function doesIdpSupportPermissionSyncing

packages/shared/src/constants.ts:53–54  ·  view source on GitHub ↗
(providerType: string)

Source from the content-addressed store, hash-verified

51] as const satisfies IdentityProviderType[];
52
53export const doesIdpSupportPermissionSyncing = (providerType: string): providerType is (typeof PERMISSION_SYNC_SUPPORTED_IDENTITY_PROVIDERS)[number] =>
54 PERMISSION_SYNC_SUPPORTED_IDENTITY_PROVIDERS.includes(providerType as (typeof PERMISSION_SYNC_SUPPORTED_IDENTITY_PROVIDERS)[number]);

Callers 2

getLinkedAccountsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected