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

Function ind

packages/effect/src/Inspectable.ts:85–85  ·  view source on GitHub ↗
(d: number)

Source from the content-addressed store, hash-verified

83 const seen = new WeakSet<object>()
84 const gap = !space ? "" : (Predicate.isNumber(space) ? " ".repeat(space) : space)
85 const ind = (d: number) => gap.repeat(d)
86
87 const wrap = (v: unknown, body: string): string => {
88 const ctor = (v as any)?.constructor

Callers 1

goFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected