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

Method getParser

packages/effect/src/SchemaAST.ts:1248–1250  ·  view source on GitHub ↗

@internal

()

Source from the content-addressed store, hash-verified

1246 }
1247 /** @internal */
1248 getParser() {
1249 return fromConst(this, this.symbol)
1250 }
1251 /** @internal */
1252 toCodecStringTree(): AST {
1253 return replaceEncoding(this, [symbolToString])

Callers

nothing calls this directly

Calls 1

fromConstFunction · 0.85

Tested by

no test coverage detected