Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
let
blank = false
42
export
function
empty() {
43
if
(blank)
return
44
println(
""
+ Style.TEXT_NORMAL)
45
blank = true
46
}
47
48
export
function
logo(pad?: string) {
49
if
(!process.stdout.isTTY && !process.stderr.isTTY) {
Callers
nothing calls this directly
Calls
1
println
Function · 0.70
Tested by
no test coverage detected