MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / onValidate

Function onValidate

apps/webapp/app/routes/confirm-basic-details.tsx:132–134  ·  view source on GitHub ↗
({ formData })

Source from the content-addressed store, hash-verified

130 // TODO: type this
131 lastSubmission: lastSubmission as any,
132 onValidate({ formData }) {
133 return parse(formData, { schema: createSchema() });
134 },
135 shouldRevalidate: "onSubmit",
136 });
137

Callers

nothing calls this directly

Calls 1

createSchemaFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…