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

Function getCostMultiplier

apps/sim/lib/core/config/env-flags.ts:345–347  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

343 * Get cost multiplier based on environment
344 */
345export function getCostMultiplier(): number {
346 return isProd ? (env.COST_MULTIPLIER ?? 1) : 1
347}

Callers 5

executeProviderRequestFunction · 0.90
processDocumentAsyncFunction · 0.90
updateUserStatsForWandFunction · 0.90
route.tsFile · 0.90
computePiCostFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected