(sch)
| 5657 | return callRef(cxt, (0, codegen_1._) `${rootName}.validate`, root, root.$async); |
| 5658 | } |
| 5659 | function callValidate(sch) { |
| 5660 | const v = getValidate(cxt, sch); |
| 5661 | callRef(cxt, v, sch, sch.$async); |
| 5662 | } |
| 5663 | function inlineRefSchema(sch) { |
| 5664 | const schName = gen.scopeValue("schema", opts.code.source === true ? { ref: sch, code: (0, codegen_1.stringify)(sch) } : { ref: sch }); |
| 5665 | const valid = gen.name("valid"); |
no test coverage detected