MCPcopy Create free account
hub / github.com/effect-app/libs / printN

Function printN

packages/infra/src/Store/codeFilter.ts:102–104  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

100 let s = ""
101 let l = 0
102 const printN = (n: number) => {
103 return n === 0 ? "" : Array.range(1, n).map(() => " ").join("")
104 }
105 // TODO: path str updates
106
107 const process = isRelation

Callers 1

codeFilter3__Function · 0.70

Calls 2

joinMethod · 0.80
mapMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…