Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
const
funs = <A>(doc: Doc.Doc<A>): Doc.Doc<A> => fun(fun(fun(fun(fun(doc)))))
13
14
const
dashes = Doc.text(Array.from({ length: 26 - 2 }, () =>
"-"
).join(
""
))
15
Callers
1
render.test.ts
File · 0.70
Calls
1
fun
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…