MCPcopy 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
36export function print(...message: string[]) {
37 blank = false
38 process.stderr.write(message.join(" "))
39}
40
41let blank = false
42export function empty() {

Callers 1

printlnFunction · 0.70

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected