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

Method getParser

packages/effect/src/SchemaAST.ts:748–750  ·  view source on GitHub ↗

@internal

()

Source from the content-addressed store, hash-verified

746 readonly _tag = "Null"
747 /** @internal */
748 getParser() {
749 return fromConst(this, null)
750 }
751 /** @internal */
752 getExpected(): string {
753 return "null"

Callers

nothing calls this directly

Calls 1

fromConstFunction · 0.85

Tested by

no test coverage detected