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

Function getProTierLimit

apps/sim/lib/billing/subscriptions/utils.ts:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 * Get the pro tier limit from env or fallback to default
60 */
61export function getProTierLimit(): number {
62 return envNumber(env.PRO_TIER_COST_LIMIT, DEFAULT_PRO_TIER_COST_LIMIT)
63}
64
65/**
66 * Get the team tier limit per seat from env or fallback to default

Callers 2

getPerUserMinimumLimitFunction · 0.85
getPlanPricingFunction · 0.85

Calls 1

envNumberFunction · 0.90

Tested by

no test coverage detected