# inspectRoutes

**Kind:** Function

**Source:** [`src/helper/dev/index.ts`](https://github.com/honojs/hono/blob/main/src/helper/dev/index.ts#L27)

**Part of:** [Helper](subsystem-src-helper)

## Signature

```ts
function inspectRoutes(hono: Hono<E>): RouteData[]
```

## Parameters

| Name | Type |
|---|---|
| `hono` | `Hono<E>` |

**Returns:** `RouteData[]`

## Relationships

- IMPORTS → `getColorEnabled`
- IMPORTS → `findTargetHandler`
- IMPORTS → `isMiddleware`
