# composeResolvedContent

**Kind:** Function

**Source:** [`atloria-monorepo/apps/web/src/components/change-requests/section-merge.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/change-requests/section-merge.ts#L103)

Apply a list of per-section resolutions onto the current full document
content, returning the composed `resolvedContent` to POST back.

## Signature

```ts
function composeResolvedContent(current: string, resolutions: SectionResolution[]): string
```

## Parameters

| Name | Type |
|---|---|
| `current` | `string` |
| `resolutions` | `SectionResolution[]` |

**Returns:** `string`
