# computeContentHash

**Kind:** Function

**Source:** [`atloria-monorepo/libs/agent-core/src/semantic/types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/semantic/types.ts#L87)

Compute a SHA-256 hash of the content for cache hit detection.

## Signature

```ts
function computeContentHash(content: string): string
```

## Parameters

| Name | Type |
|---|---|
| `content` | `string` |

**Returns:** `string`
