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

Function generateLoadingBannerText

cli/src/utils/usage-banner-state.ts:68–70  ·  view source on GitHub ↗
(sessionCreditsUsed: number)

Source from the content-addressed store, hash-verified

66 * Generates loading text for the usage banner while data is being fetched.
67 */
68export function generateLoadingBannerText(sessionCreditsUsed: number): string {
69 return `Session usage: ${sessionCreditsUsed.toLocaleString()}. Loading credit balance...`
70}
71
72/**
73 * Gets the threshold tier for a given balance.

Callers 2

UsageBannerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected