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

Function getProviderConnection

frontend/src/pages/IntegrationsManager.tsx:56–61  ·  view source on GitHub ↗
(
  providerId: string,
  connectionMap: Map<string, IntegrationConnection>,
)

Source from the content-addressed store, hash-verified

54}
55
56function getProviderConnection(
57 providerId: string,
58 connectionMap: Map<string, IntegrationConnection>,
59): IntegrationConnection | undefined {
60 return connectionMap.get(providerId);
61}
62
63export function IntegrationsManager() {
64 const navigate = useNavigate();

Callers 1

IntegrationsManagerFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected