MCPcopy Index your code
hub / github.com/anomalyco/opencode / println

Function println

packages/opencode/src/cli/cmd/account.ts:12–12  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

10const openBrowser = (url: string) => Effect.promise(() => open(url).catch(() => undefined))
11
12const println = (msg: string) => Effect.sync(() => UI.println(msg))
13
14const dim = (value: string) => UI.Style.TEXT_DIM + value + UI.Style.TEXT_NORMAL
15

Callers 1

account.tsFile · 0.70

Calls 1

syncMethod · 0.80

Tested by

no test coverage detected