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

Function stage

apps/sim/lib/billing/retention.test.ts:83–87  ·  view source on GitHub ↗
(enabled: boolean, entityTypes: string[], language?: string)

Source from the content-addressed store, hash-verified

81
82 describe('per-stage rules', () => {
83 const stage = (enabled: boolean, entityTypes: string[], language?: string) => ({
84 enabled,
85 entityTypes,
86 ...(language ? { language } : {}),
87 })
88
89 it('resolves each stage independently', () => {
90 const result = resolveEffectivePiiRedaction({

Callers 1

retention.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected