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

Method toCodecStringTree

packages/effect/src/SchemaAST.ts:1610–1612  ·  view source on GitHub ↗

@internal

()

Source from the content-addressed store, hash-verified

1608 }
1609 /** @internal */
1610 toCodecStringTree(): AST {
1611 return replaceEncoding(this, [bigIntToString])
1612 }
1613 /** @internal */
1614 getExpected(): string {
1615 return "bigint"

Callers

nothing calls this directly

Calls 1

replaceEncodingFunction · 0.85

Tested by

no test coverage detected