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

Function orgEnterprise

apps/sim/lib/billing/core/plan.test.ts:92–94  ·  view source on GitHub ↗
(orgId: string)

Source from the content-addressed store, hash-verified

90}
91
92function orgEnterprise(orgId: string): SubRow {
93 return { id: 'sub-org-enterprise', referenceId: orgId, plan: 'enterprise', status: 'active' }
94}
95
96function queue(table: 'subscription' | 'member' | 'organization', rows: unknown[]) {
97 resultsByTable[table].push(rows)

Callers 1

plan.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected