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

Function handlePrivateReposSubmit

src/components/header.tsx:28–32  ·  view source on GitHub ↗
(pat: string)

Source from the content-addressed store, hash-verified

26 };
27
28 const handlePrivateReposSubmit = (pat: string) => {
29 // Store the PAT in localStorage
30 localStorage.setItem("github_pat", pat);
31 setIsPrivateReposDialogOpen(false);
32 };
33
34 const handleApiKeySubmit = (apiKey: string) => {
35 localStorage.setItem("openai_key", apiKey);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected