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

Function isTriggerValid

apps/sim/triggers/index.ts:133–135  ·  view source on GitHub ↗
(triggerId: string)

Source from the content-addressed store, hash-verified

131}
132
133export function isTriggerValid(triggerId: string): boolean {
134 return triggerId in TRIGGER_REGISTRY
135}
136
137export type { TriggerConfig } from '@/triggers/types'
138

Callers 11

store.tsFile · 0.90
getTriggerIdFunction · 0.90
getBlockOutputsFunction · 0.90
executeFunction · 0.90
resolveTriggerIdFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected