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

Function wrappedRows

cli/src/components/limited-landing-panel.tsx:61–62  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

59 // or the exhausted-quota message.
60 const exhaustedTitleText = 'Daily session limit reached'
61 const wrappedRows = (text: string) =>
62 Math.max(1, Math.ceil(text.length / contentMaxWidth))
63 const BUTTON_ROWS = 3 // 2 border rows + label
64 const actionRows = isQuotaExhausted
65 ? wrappedRows(exhaustedTitleText) + wrappedRows(exhaustedMessageText)

Callers 1

LimitedLandingPanelFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected