MCPcopy Create free account
hub / github.com/Effect-TS/effect / annotateLine

Function annotateLine

packages/effect/src/unstable/cli/Prompt.ts:724–724  ·  view source on GitHub ↗
(line: string)

Source from the content-addressed store, hash-verified

722}
723
724const annotateLine = (line: string): string => Ansi.annotate(line, Ansi.bold)
725const annotateErrorLine = (line: string): string => Ansi.annotate(line, Ansi.combine(Ansi.italicized, Ansi.red))
726
727/**

Callers 1

renderToggleOutputFunction · 0.85

Calls 1

annotateMethod · 0.65

Tested by

no test coverage detected