MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / next

Function next

website/src/components/TestimonialSection.tsx:38–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 }, []);
37
38 const next = () => setIndex((i) => (i + 1) % reviews.length);
39 const prev = () => setIndex((i) => (i - 1 + reviews.length) % reviews.length);
40
41 return (

Callers 15

_parse_classesMethod · 0.85
_parse_callsMethod · 0.85
_find_functionsMethod · 0.85
_find_classesMethod · 0.85
parseMethod · 0.85
_find_classesMethod · 0.85
_script_langFunction · 0.85
_find_callsMethod · 0.85
_find_variablesMethod · 0.85
_find_classesMethod · 0.85

Calls

no outgoing calls