MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / addConnection

Function addConnection

packages/plugins/toolkits/src/page.tsx:792–794  ·  view source on GitHub ↗
(patterns: readonly string[])

Source from the content-addressed store, hash-verified

790 }, [props.groups, trimmedQuery]);
791
792 const addConnection = async (patterns: readonly string[]) => {
793 await props.onAddPatterns(patterns);
794 };
795
796 const removeConnection = async (connectionId: string) => {
797 await props.onRemoveConnection(connectionId);

Callers 1

AddConnectionDialogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected