(other: Check<E>, annotations?: Schema.Annotations.Filter)
| 2928 | return parser(s.input, s.options) |
| 2929 | }, |
| 2930 | step(s, candidate, exit) { |
| 2931 | if (exit._tag === "Failure") { |
| 2932 | const issue = InternalSchemaCause.getSchemaIssue(exit.cause) |
| 2933 | if (issue === undefined) { |
| 2934 | return exit |
| 2935 | } |
no outgoing calls
no test coverage detected