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

Method toCodecStringTree

packages/effect/src/SchemaAST.ts:1252–1254  ·  view source on GitHub ↗

@internal

()

Source from the content-addressed store, hash-verified

1250 }
1251 /** @internal */
1252 toCodecStringTree(): AST {
1253 return replaceEncoding(this, [symbolToString])
1254 }
1255 /** @internal */
1256 getExpected(): string {
1257 return globalThis.String(this.symbol)

Callers

nothing calls this directly

Calls 1

replaceEncodingFunction · 0.85

Tested by

no test coverage detected