MCPcopy Create free account
hub / github.com/ShipSecAI/studio / handleConfigureProvider

Function handleConfigureProvider

frontend/src/pages/IntegrationsManager.tsx:178–181  ·  view source on GitHub ↗
(provider: IntegrationProvider)

Source from the content-addressed store, hash-verified

176 };
177
178 const handleConfigureProvider = (provider: IntegrationProvider) => {
179 resetError();
180 setConfigProvider(provider);
181 };
182
183 const handleRefresh = async (connection: IntegrationConnection) => {
184 resetError();

Callers 1

IntegrationsManagerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected