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

Method toString

packages/effect/src/SchemaAST.ts:560–562  ·  view source on GitHub ↗

* @since 3.10.0

()

Source from the content-addressed store, hash-verified

558 * @since 3.10.0
559 */
560 toString() {
561 return Option.getOrElse(getExpected(this), () => Inspectable.formatUnknown(this.literal))
562 }
563 /**
564 * @since 3.10.0
565 */

Callers

nothing calls this directly

Calls 1

getExpectedFunction · 0.85

Tested by

no test coverage detected