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

Function navigateToIndex

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

Source from the content-addressed store, hash-verified

1400 const toolsReady = AsyncResult.isSuccess(tools);
1401 const toolsFailed = AsyncResult.isFailure(tools);
1402 const navigateToIndex = () =>
1403 navigate({
1404 to: "/{-$orgSlug}/toolkits",
1405 });
1406
1407 const createToolkitHandler = async (input: { owner: Owner; name: string }) => {
1408 await doCreateToolkit({

Callers 2

removeToolkitHandlerFunction · 0.85
ToolkitsPageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected