MCPcopy Create free account
hub / github.com/VGabriel45/SolidityVisualizer / handleExampleClick

Function handleExampleClick

src/components/main-card.tsx:114–117  ·  view source on GitHub ↗
(repoPath: string, e: React.MouseEvent)

Source from the content-addressed store, hash-verified

112 };
113
114 const handleExampleClick = (repoPath: string, e: React.MouseEvent) => {
115 e.preventDefault();
116 router.push(repoPath);
117 };
118
119 const handleDropdownToggle = (dropdown: "customize" | "export") => {
120 setActiveDropdown(activeDropdown === dropdown ? null : dropdown);

Callers 1

MainCardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected