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

Function roundCurrency

apps/sim/lib/billing/core/organization.ts:27–29  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

25const logger = createLogger('OrganizationBilling')
26
27function roundCurrency(value: number): number {
28 return Math.round(value * 100) / 100
29}
30
31interface OrganizationUsageData {
32 organizationId: string

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected