MCPcopy Create free account
hub / github.com/anomalyco/opencode / outro

Function outro

packages/opencode/src/cli/effect/prompt.ts:5–5  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

3
4export const intro = (msg: string) => Effect.sync(() => prompts.intro(msg))
5export const outro = (msg: string) => Effect.sync(() => prompts.outro(msg))
6
7export const log = {
8 info: (msg: string) => Effect.sync(() => prompts.log.info(msg)),

Callers 1

plug.tsFile · 0.85

Calls 1

syncMethod · 0.80

Tested by

no test coverage detected