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

Function isTriggerAvailable

apps/sim/lib/knowledge/documents/service.ts:850–852  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

848}
849
850export function isTriggerAvailable(): boolean {
851 return Boolean(env.TRIGGER_SECRET_KEY) && isTriggerDevEnabled
852}
853
854export async function createDocumentRecords(
855 documents: Array<{

Callers 3

dispatchSyncFunction · 0.90
dispatchCleanupJobsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected