MCPcopy Create free account
hub / github.com/arctic-cli/interface / logo

Function logo

packages/arctic/src/cli/ui.ts:63–70  ·  view source on GitHub ↗
(pad?: string)

Source from the content-addressed store, hash-verified

61 }
62
63 export function logo(pad?: string) {
64 const indent = pad ?? ""
65 const lines = buildLines()
66 return lines
67 .map((line) => indent + padLine(line))
68 .join(EOL)
69 .trimEnd()
70 }
71
72 function buildLines() {
73 const accent = Style.TEXT_INFO_BOLD

Callers

nothing calls this directly

Calls 2

buildLinesFunction · 0.85
padLineFunction · 0.85

Tested by

no test coverage detected