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

Method getParser

packages/effect/src/SchemaAST.ts:903–905  ·  view source on GitHub ↗

@internal

()

Source from the content-addressed store, hash-verified

901 readonly _tag = "Never"
902 /** @internal */
903 getParser() {
904 return fromRefinement(this, Predicate.isNever)
905 }
906 /** @internal */
907 getExpected(): string {
908 return "never"

Callers

nothing calls this directly

Calls 1

fromRefinementFunction · 0.85

Tested by

no test coverage detected