MCPcopy Create free account
hub / github.com/effect-app/libs / toCodecStringTree

Method toCodecStringTree

repos/effect/packages/effect/src/SchemaAST.ts:1542–1544  ·  view source on GitHub ↗

@internal

()

Source from the content-addressed store, hash-verified

1540 * @since 4.0.0
1541 */
1542export class Symbol extends Base {
1543 readonly _tag = "Symbol"
1544 /** @internal */
1545 getParser() {
1546 return fromRefinement(this, Predicate.isSymbol)
1547 }

Callers

nothing calls this directly

Calls 1

replaceEncodingFunction · 0.85

Tested by

no test coverage detected