MCPcopy
hub / github.com/Effect-TS/effect / dropRightRefinement

Function dropRightRefinement

packages/effect/src/ParseResult.ts:1607–1607  ·  view source on GitHub ↗
(ast: AST.AST)

Source from the content-addressed store, hash-verified

1605}
1606
1607const dropRightRefinement = (ast: AST.AST): AST.AST => AST.isRefinement(ast) ? dropRightRefinement(ast.from) : ast
1608
1609const handleForbidden = <A, R>(
1610 effect: Effect.Effect<A, ParseIssue, R>,

Callers 1

goFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…