Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ print
Function
print
packages/opencode/src/cli/ui.ts:36–39 ·
view source on GitHub ↗
(...message: string[])
Source
from the content-addressed store, hash-verified
34
}
35
36
export
function
print(...message: string[]) {
37
blank = false
38
process.stderr.write(message.join(
" "
))
39
}
40
41
let
blank = false
42
export
function
empty() {
Callers
1
println
Function · 0.70
Calls
1
write
Method · 0.80
Tested by
no test coverage detected