MCPcopy Create free account
hub / github.com/sourcebot-dev/sourcebot / commit

Function commit

packages/web/src/features/billing/checkoutDisclosures.tsx:59–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }, [email, isValid, isEditing, onEmailChanged]);
58
59 const commit = () => {
60 if (!isValid) {
61 return;
62 }
63 setIsEditing(false);
64 };
65
66 const revertAndExit = () => {
67 form.reset({ email: sessionEmail });

Callers 1

CheckoutDisclosuresFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected