Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
345
export
function
getCostMultiplier(): number {
346
return
isProd ? (env.COST_MULTIPLIER ?? 1) : 1
347
}
Callers
5
executeProviderRequest
Function · 0.90
processDocumentAsync
Function · 0.90
updateUserStatsForWand
Function · 0.90
route.ts
File · 0.90
computePiCost
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected