# tryGetContext

**Kind:** Function

**Source:** [`src/middleware/context-storage/index.ts`](https://github.com/honojs/hono/blob/main/src/middleware/context-storage/index.ts#L49)

**Part of:** [Middleware](subsystem-src-middleware)

## Signature

```ts
function tryGetContext(): Context<E> | undefined
```

**Returns:** `Context<E> | undefined`
