MCPcopy Create free account
hub / github.com/anomalyco/opencode / empty

Function empty

packages/opencode/src/cli/ui.ts:42–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40
41let blank = false
42export function empty() {
43 if (blank) return
44 println("" + Style.TEXT_NORMAL)
45 blank = true
46}
47
48export function logo(pad?: string) {
49 if (!process.stdout.isTTY && !process.stderr.isTTY) {

Callers

nothing calls this directly

Calls 1

printlnFunction · 0.70

Tested by

no test coverage detected