MCPcopy Create free account
hub / github.com/cursor/community-plugins / onParse

Function onParse

apps/cursor/src/components/forms/plugin-form.tsx:146–151  ·  view source on GitHub ↗
(values: z.infer<typeof autoFormSchema>)

Source from the content-addressed store, hash-verified

144 );
145
146 const onParse = (values: z.infer<typeof autoFormSchema>) => {
147 setParseError(null);
148 setPublishError(null);
149 setParsed(null);
150 executeParse({ url: values.url });
151 };
152
153 const onPublishAuto = () => {
154 if (!parsed) return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected