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

Function getValidPlanNames

apps/sim/lib/billing/plan-helpers.ts:119–121  ·  view source on GitHub ↗
(type: 'pro' | 'team')

Source from the content-addressed store, hash-verified

117 * Get the list of valid plan names for a given category.
118 */
119export function getValidPlanNames(type: 'pro' | 'team'): string[] {
120 return CREDIT_TIERS.map((t) => buildPlanName(type, t.credits))
121}
122
123/**
124 * Get the user-facing display name for a plan.

Callers

nothing calls this directly

Calls 1

buildPlanNameFunction · 0.85

Tested by

no test coverage detected