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

Function isTriggerInternalKey

apps/sim/executor/constants.ts:11–13  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

9export type TriggerInternalKey = (typeof TRIGGER_INTERNAL_KEYS)[number]
10
11export function isTriggerInternalKey(key: string): key is TriggerInternalKey {
12 return TRIGGER_INTERNAL_KEYS.includes(key as TriggerInternalKey)
13}
14
15export enum BlockType {
16 PARALLEL = 'parallel',

Callers 2

filterOutputForLogFunction · 0.90
executeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected