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

Function pretty

packages/effect/test/Schema/SchemaTest.ts:352–355  ·  view source on GitHub ↗
(schema: Schema.Schema<A, I, R>, a: A, expected: string)

Source from the content-addressed store, hash-verified

350 },
351
352 pretty<A, I, R>(schema: Schema.Schema<A, I, R>, a: A, expected: string) {
353 const pretty = Pretty.make(schema)
354 strictEqual(pretty(a), expected)
355 }
356 }
357
358 return out

Callers

nothing calls this directly

Calls 2

makeMethod · 0.65
strictEqualFunction · 0.50

Tested by

no test coverage detected