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

Function handleApiKeySubmit

src/components/header.tsx:34–37  ·  view source on GitHub ↗
(apiKey: string)

Source from the content-addressed store, hash-verified

32 };
33
34 const handleApiKeySubmit = (apiKey: string) => {
35 localStorage.setItem("openai_key", apiKey);
36 setIsApiKeyDialogOpen(false);
37 };
38
39 return (
40 <header className="border-b-[3px] border-primary">

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected