MCPcopy Index your code
hub / github.com/Effect-TS/effect / funs

Function funs

packages/printer/test/render.test.ts:12–12  ·  view source on GitHub ↗
(doc: Doc.Doc<A>)

Source from the content-addressed store, hash-verified

10 )
11
12const funs = <A>(doc: Doc.Doc<A>): Doc.Doc<A> => fun(fun(fun(fun(fun(doc)))))
13
14const dashes = Doc.text(Array.from({ length: 26 - 2 }, () => "-").join(""))
15

Callers 1

render.test.tsFile · 0.70

Calls 1

funFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…