MCPcopy 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
31export function println(...message: string[]) {
32 print(...message)
33 process.stderr.write(EOL)
34}
35
36export function print(...message: string[]) {
37 blank = false

Callers 2

emptyFunction · 0.70
errorFunction · 0.70

Calls 2

writeMethod · 0.80
printFunction · 0.70

Tested by

no test coverage detected