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

Function formatKeyword

packages/effect/src/SchemaAST.ts:2995–2995  ·  view source on GitHub ↗
(ast: AST)

Source from the content-addressed store, hash-verified

2993}
2994
2995const formatKeyword = (ast: AST): string => Option.getOrElse(getExpected(ast), () => ast._tag)
2996
2997function getBrands(ast: Annotated): string {
2998 return Option.match(getBrandAnnotation(ast), {

Callers 11

toStringMethod · 0.85
toStringMethod · 0.85
toStringMethod · 0.85
toStringMethod · 0.85
toStringMethod · 0.85
toStringMethod · 0.85
toStringMethod · 0.85
toStringMethod · 0.85
toStringMethod · 0.85
toStringMethod · 0.85
toStringMethod · 0.85

Calls 1

getExpectedFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…