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

Function removeToolkitHandler

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

Source from the content-addressed store, hash-verified

1405 };
1406
1407 const removeToolkitHandler = async (toolkit: ToolkitResponse) => {
1408 await doRemoveToolkit({
1409 params: { toolkitId: toolkit.id },
1410 reactivityKeys: toolkitWriteKeys,
1411 });
1412 await navigateToIndex();
1413 };
1414
1415 return (
1416 <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