MCPcopy
hub / github.com/opactorai/Claudable / handleServiceClick

Function handleServiceClick

components/settings/GlobalSettings.tsx:152–155  ·  view source on GitHub ↗
(provider: 'github' | 'supabase' | 'vercel')

Source from the content-addressed store, hash-verified

150 }, []);
151
152 const handleServiceClick = (provider: 'github' | 'supabase' | 'vercel') => {
153 setSelectedProvider(provider);
154 setServiceModalOpen(true);
155 };
156
157 const handleServiceModalClose = () => {
158 setServiceModalOpen(false);

Callers 1

GlobalSettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected