(cxt, sch)
| 5676 | }, |
| 5677 | }; |
| 5678 | function getValidate(cxt, sch) { |
| 5679 | const { gen } = cxt; |
| 5680 | return sch.validate |
| 5681 | ? gen.scopeValue("validate", { ref: sch.validate }) |
| 5682 | : (0, codegen_1._) `${gen.scopeValue("wrapper", { ref: sch })}.validate`; |
| 5683 | } |
| 5684 | exports.getValidate = getValidate; |
| 5685 | function callRef(cxt, v, sch, $async) { |
| 5686 | const { gen, it } = cxt; |
no test coverage detected