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

Method toString

packages/effect/src/SchemaAST.ts:1717–1719  ·  view source on GitHub ↗

* @since 3.10.0

()

Source from the content-addressed store, hash-verified

1715 * @since 3.10.0
1716 */
1717 toString() {
1718 return Option.getOrElse(getExpected(this), () => this.types.map(String).join(" | "))
1719 }
1720 /**
1721 * @since 3.10.0
1722 */

Callers

nothing calls this directly

Calls 3

getExpectedFunction · 0.85
joinMethod · 0.65
mapMethod · 0.65

Tested by

no test coverage detected