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

Function navigateToIndex

packages/plugins/toolkits/src/page.tsx:1395–1398  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1393 const toolsReady = AsyncResult.isSuccess(tools);
1394 const toolsFailed = AsyncResult.isFailure(tools);
1395 const navigateToIndex = () =>
1396 navigate({
1397 to: "/{-$orgSlug}/toolkits",
1398 });
1399
1400 const createToolkitHandler = async (input: { owner: Owner; name: string }) => {
1401 await doCreateToolkit({

Callers 2

removeToolkitHandlerFunction · 0.85
ToolkitsPageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected