MCPcopy Create free account
hub / github.com/Effect-TS/effect / toCodecStringTree

Method toCodecStringTree

packages/effect/src/SchemaAST.ts:1554–1556  ·  view source on GitHub ↗

@internal

()

Source from the content-addressed store, hash-verified

1552 }
1553 /** @internal */
1554 toCodecStringTree(): AST {
1555 return replaceEncoding(this, [symbolToString])
1556 }
1557 /** @internal */
1558 getExpected(): string {
1559 return "symbol"

Callers

nothing calls this directly

Calls 1

replaceEncodingFunction · 0.85

Tested by

no test coverage detected