MCPcopy Index your code
hub / github.com/simstudioai/sim / isInternalTriggerProvider

Function isInternalTriggerProvider

apps/sim/triggers/constants.ts:68–70  ·  view source on GitHub ↗
(provider: string | null)

Source from the content-addressed store, hash-verified

66export const INTERNAL_TRIGGER_PROVIDERS = new Set(['sim', 'table'])
67
68export function isInternalTriggerProvider(provider: string | null): boolean {
69 return provider !== null && INTERNAL_TRIGGER_PROVIDERS.has(provider)
70}

Callers 1

handleWebhookPostFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected