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

Function parseLogoLines

cli/src/login/utils.ts:104–106  ·  view source on GitHub ↗
(logo: string)

Source from the content-addressed store, hash-verified

102 * Parses the logo string into individual lines
103 */
104export function parseLogoLines(logo: string): string[] {
105 return logo.split('\n').filter((line) => line.length > 0)
106}
107
108/**
109 * Calculates responsive layout dimensions based on terminal size

Callers 1

useLogoFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected