Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ removeConnection
Function
removeConnection
packages/plugins/toolkits/src/page.tsx:796–798 ·
view source on GitHub ↗
(connectionId: string)
Source
from the content-addressed store, hash-verified
794
};
795
796
const removeConnection = async (connectionId: string) => {
797
await props.onRemoveConnection(connectionId);
798
};
799
800
return (
801
<Dialog
Callers
1
AddConnectionDialog
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected