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