Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ getPriceIdFromTier
Function
getPriceIdFromTier
common/src/constants/subscription-plans.ts:44–46 ·
view source on GitHub ↗
(tier: SubscriptionTierPrice)
Source
from the content-addressed store, hash-verified
42
}
43
44
function
getPriceIdFromTier(tier: SubscriptionTierPrice): string | null {
45
return
priceIds[tier] ?? null
46
}
47
48
return
{ getTierFromPriceId, getPriceIdFromTier }
49
}
Callers
1
POST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected