MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / creditsToFakeCost

Function creditsToFakeCost

web/src/llm-api/canopywave.ts:668–670  ·  view source on GitHub ↗
(credits: number)

Source from the content-addressed store, hash-verified

666}
667
668function creditsToFakeCost(credits: number): number {
669 return credits / ((1 + PROFIT_MARGIN) * 100)
670}

Callers 2

handleLineFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected