MCPcopy Create free account
hub / github.com/Swizec/article-threader / makeThread

Function makeThread

components/ThreadMaker.tsx:44–50  ·  view source on GitHub ↗
(event: React.FormEvent)

Source from the content-addressed store, hash-verified

42 } = useMutation(createTwitterThread);
43
44 async function makeThread(event: React.FormEvent) {
45 event.preventDefault();
46
47 if (url) {
48 await mutateAsync({ url, tweetCount });
49 }
50 }
51
52 return (
53 <>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected