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

Function getAllTriggers

apps/sim/triggers/index.ts:125–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123}
124
125export function getAllTriggers(): TriggerConfig[] {
126 return Object.keys(TRIGGER_REGISTRY).map((triggerId) => getTrigger(triggerId))
127}
128
129export function getTriggerIds(): string[] {
130 return Object.keys(TRIGGER_REGISTRY)

Callers 1

getTriggerOptionsFunction · 0.90

Calls 1

getTriggerFunction · 0.85

Tested by

no test coverage detected