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

Method toString

packages/effect/src/SchemaAST.ts:1335–1337  ·  view source on GitHub ↗

* @since 3.10.0

()

Source from the content-addressed store, hash-verified

1333 * @since 3.10.0
1334 */
1335 toString() {
1336 return Option.getOrElse(getExpected(this), () => formatTuple(this))
1337 }
1338 /**
1339 * @since 3.10.0
1340 */

Callers

nothing calls this directly

Calls 2

getExpectedFunction · 0.85
formatTupleFunction · 0.85

Tested by

no test coverage detected