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

Method getParser

packages/effect/src/SchemaAST.ts:788–790  ·  view source on GitHub ↗

@internal

()

Source from the content-addressed store, hash-verified

786 readonly _tag = "Undefined"
787 /** @internal */
788 getParser() {
789 return fromConst(this, undefined)
790 }
791 /** @internal */
792 toCodecJson(): AST {
793 return replaceEncoding(this, [undefinedToNull])

Callers

nothing calls this directly

Calls 1

fromConstFunction · 0.85

Tested by

no test coverage detected