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

Function removeToolkitHandler

packages/plugins/toolkits/src/page.tsx:1414–1420  ·  view source on GitHub ↗
(toolkit: ToolkitResponse)

Source from the content-addressed store, hash-verified

1412 };
1413
1414 const removeToolkitHandler = async (toolkit: ToolkitResponse) => {
1415 await doRemoveToolkit({
1416 params: { toolkitId: toolkit.id },
1417 reactivityKeys: toolkitWriteKeys,
1418 });
1419 await navigateToIndex();
1420 };
1421
1422 return (
1423 <div className="flex min-h-0 flex-1 flex-col overflow-hidden">

Callers

nothing calls this directly

Calls 1

navigateToIndexFunction · 0.85

Tested by

no test coverage detected