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

Method toString

packages/effect/src/SchemaAST.ts:517–519  ·  view source on GitHub ↗

* @since 3.10.0

()

Source from the content-addressed store, hash-verified

515 * @since 3.10.0
516 */
517 toString() {
518 return Option.getOrElse(getExpected(this), () => "<declaration schema>")
519 }
520 /**
521 * @since 3.10.0
522 */

Callers

nothing calls this directly

Calls 1

getExpectedFunction · 0.85

Tested by

no test coverage detected