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

Method getParser

packages/effect/src/SchemaAST.ts:980–982  ·  view source on GitHub ↗

@internal

()

Source from the content-addressed store, hash-verified

978 readonly _tag = "Unknown"
979 /** @internal */
980 getParser() {
981 return fromRefinement(this, Predicate.isUnknown)
982 }
983 /** @internal */
984 getExpected(): string {
985 return "unknown"

Callers

nothing calls this directly

Calls 1

fromRefinementFunction · 0.85

Tested by

no test coverage detected