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

Method toString

packages/effect/src/SchemaAST.ts:1941–1946  ·  view source on GitHub ↗

* @since 3.10.0

()

Source from the content-addressed store, hash-verified

1939 * @since 3.10.0
1940 */
1941 toString() {
1942 return Option.getOrElse(
1943 getExpected(this),
1944 () => `(${String(this.from)} <-> ${String(this.to)})`
1945 )
1946 }
1947 /**
1948 * @since 3.10.0
1949 */

Callers

nothing calls this directly

Calls 2

getExpectedFunction · 0.85
StringInterface · 0.85

Tested by

no test coverage detected