MCPcopy
hub / github.com/Effect-TS/effect / italicized

Function italicized

packages/printer/test/docTree.test.ts:107–107  ·  view source on GitHub ↗
(doc: Doc.Doc<SimpleHtml>)

Source from the content-addressed store, hash-verified

105 ): Doc.Doc<SimpleHtml> => Doc.annotate(doc, { _tag: "Color", color })
106
107 const italicized = (doc: Doc.Doc<SimpleHtml>): Doc.Doc<SimpleHtml> => Doc.annotate(doc, { _tag: "Italicized" })
108
109 const paragraph = (doc: Doc.Doc<SimpleHtml>): Doc.Doc<SimpleHtml> => Doc.annotate(doc, { _tag: "Paragraph" })
110

Callers 1

docTree.test.tsFile · 0.85

Calls 1

annotateMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…