()
| 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({ |
no outgoing calls
no test coverage detected