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

Function empty

packages/arctic/src/cli/ui.ts:57–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55
56 let blank = false
57 export function empty() {
58 if (blank) return
59 println("" + Style.TEXT_NORMAL)
60 blank = true
61 }
62
63 export function logo(pad?: string) {
64 const indent = pad ?? ""

Callers

nothing calls this directly

Calls 1

printlnFunction · 0.85

Tested by

no test coverage detected