()
| 5651 | return callValidate(schOrEnv); |
| 5652 | return inlineRefSchema(schOrEnv); |
| 5653 | function callRootRef() { |
| 5654 | if (env === root) |
| 5655 | return callRef(cxt, validateName, env, env.$async); |
| 5656 | const rootName = gen.scopeValue("root", { ref: root }); |
| 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); |
no test coverage detected