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

Function defaultBillingPeriod

apps/sim/lib/billing/core/billing-period.ts:4–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2const OPEN_BILLING_PERIOD_END = new Date(Date.UTC(9999, 11, 31))
3
4export function defaultBillingPeriod(): { start: Date; end: Date } {
5 return {
6 start: OPEN_BILLING_PERIOD_START,
7 end: OPEN_BILLING_PERIOD_END,
8 }
9}

Callers 7

deriveBillingContextFunction · 0.90
getUserUsageDataFunction · 0.90
computePooledOrgUsageFunction · 0.90
checkUsageStatusFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected