MCPcopy
hub / github.com/simstudioai/sim / getProviderHandler

Function getProviderHandler

apps/sim/lib/webhooks/providers/registry.ts:139–141  ·  view source on GitHub ↗
(provider: string)

Source from the content-addressed store, hash-verified

137
138/** Look up the provider handler, falling back to the default bearer token handler. */
139export function getProviderHandler(provider: string): WebhookProviderHandler {
140 return PROVIDER_HANDLERS[provider] ?? defaultHandler
141}

Callers 14

hasSubscriptionFunction · 0.90
cleanupExternalWebhookFunction · 0.90
configurePollingIfNeededFunction · 0.90
handleProviderChallengesFunction · 0.90
shouldSkipWebhookEventFunction · 0.90
verifyProviderAuthFunction · 0.90
queueWebhookExecutionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected