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

Function getProviderConfig

apps/sim/lib/webhooks/polling/types.ts:29–33  ·  view source on GitHub ↗
(
  providerConfig: WebhookRecord['providerConfig']
)

Source from the content-addressed store, hash-verified

27}
28
29export function getProviderConfig<T extends object>(
30 providerConfig: WebhookRecord['providerConfig']
31): T {
32 return getProviderConfigRecord(providerConfig) as T
33}
34
35/**
36 * Strategy interface for provider-specific polling behavior.

Callers 8

pollWebhookFunction · 0.90
pollWebhookFunction · 0.90
pollWebhookFunction · 0.90
pollWebhookFunction · 0.90
pollWebhookFunction · 0.90
pollWebhookFunction · 0.90
pollWebhookFunction · 0.90
pollWebhookFunction · 0.90

Calls 1

getProviderConfigRecordFunction · 0.85

Tested by

no test coverage detected