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

Function getPollingHandler

apps/sim/lib/webhooks/polling/registry.ts:25–27  ·  view source on GitHub ↗
(provider: string)

Source from the content-addressed store, hash-verified

23
24/** Look up the polling handler for a provider. */
25export function getPollingHandler(provider: string): PollingProviderHandler | undefined {
26 return POLLING_HANDLERS[provider]
27}

Callers 1

pollProviderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected