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

Function format

packages/effect/src/Schema.ts:315–315  ·  view source on GitHub ↗
(schema: S)

Source from the content-addressed store, hash-verified

313 * @since 3.10.0
314 */
315export const format = <S extends Schema.All>(schema: S): string => String(schema.ast)
316
317/**
318 * @since 3.10.0

Callers 15

toStringFunction · 0.70
toStringFunction · 0.70
toStringFunction · 0.70
toStringFunction · 0.70
toStringFunction · 0.70
toStringFunction · 0.70
[NodeInspectSymbol]Function · 0.70
toStringFunction · 0.70
toStringFunction · 0.70
toStringFunction · 0.70
TemplateLiteralParserFunction · 0.70
optionSomeEncodedFunction · 0.70

Calls 1

StringInterface · 0.85

Tested by

no test coverage detected