# getContentFromKVAsset

**Kind:** Function

**Source:** [`src/adapter/cloudflare-workers/utils.ts`](https://github.com/honojs/hono/blob/main/src/adapter/cloudflare-workers/utils.ts#L11)

**Part of:** [Adapter](subsystem-src-adapter)

## Signature

```ts
async function getContentFromKVAsset(path: string, options: KVAssetOptions): Promise<ReadableStream | null>
```

## Parameters

| Name | Type |
|---|---|
| `path` | `string` |
| `options` | `KVAssetOptions` |

**Returns:** `Promise<ReadableStream | null>`

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

- `ServeStaticOptions` — `src/adapter/cloudflare-workers/serve-static.ts`:6
