MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getUsageText

Function getUsageText

src/components/LogoV2/OverageCreditUpsell.tsx:71–73  ·  view source on GitHub ↗
(amount: string)

Source from the content-addressed store, hash-verified

69
70// Copy from "OC & Bulk Overages copy" doc (#6 — CLI /usage)
71function getUsageText(amount: string): string {
72 return `${amount} in extra usage for third-party apps · /extra-usage`;
73}
74
75// Copy from "OC & Bulk Overages copy" doc (#4 — CLI Welcome screen).
76// Char budgets: title ≤19, subtitle ≤48.

Callers 1

OverageCreditUpsellFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected