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

Method toString

packages/effect/src/SchemaAST.ts:604–606  ·  view source on GitHub ↗

* @since 3.10.0

()

Source from the content-addressed store, hash-verified

602 * @since 3.10.0
603 */
604 toString() {
605 return Option.getOrElse(getExpected(this), () => Inspectable.formatUnknown(this.symbol))
606 }
607 /**
608 * @since 3.10.0
609 */

Callers

nothing calls this directly

Calls 1

getExpectedFunction · 0.85

Tested by

no test coverage detected