MCPcopy Create free account
hub / github.com/FirebaseExtended/codelab-ai-genkit-rag / decrease

Function decrease

src/components/GuestStepper.tsx:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 setGuests(guests + 1);
29 };
30 const decrease = () => {
31 setGuests(guests > 0 ? guests - 1 : 0);
32 };
33
34 return (
35 <div

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected