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

Function getGitLabEventFlags

apps/sim/triggers/gitlab/utils.ts:55–57  ·  view source on GitHub ↗
(triggerId: string)

Source from the content-addressed store, hash-verified

53 * Returns the GitLab hook event flags to enable for a given trigger.
54 */
55export function getGitLabEventFlags(triggerId: string): Record<string, boolean> {
56 return TRIGGER_EVENT_FLAGS[triggerId] ?? { ...ALL_EVENT_FLAGS }
57}
58
59/**
60 * Generate setup instructions for a specific GitLab webhook event. The webhook

Callers 1

createSubscriptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected