MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / flagsBody

Function flagsBody

apps/cloud/src/analytics/ema-rollout.test.ts:83–92  ·  view source on GitHub ↗
(enabled: boolean)

Source from the content-addressed store, hash-verified

81 });
82
83const flagsBody = (enabled: boolean) => ({
84 flags: {
85 [ENTERPRISE_MANAGED_AUTH_FLAG_KEY]: {
86 key: ENTERPRISE_MANAGED_AUTH_FLAG_KEY,
87 enabled,
88 reason: { code: "condition_match" },
89 },
90 },
91 errorsWhileComputingFlags: false,
92});
93
94const gate = (harness: FetchHarness, timeoutMs?: number) =>
95 makePostHogEnterpriseManagedRollout({

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected