# renderEntityControlFlow

**Kind:** Function

**Source:** [`atloria-monorepo/libs/parser-core/src/techdocs/control-flow-render.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/techdocs/control-flow-render.ts#L91)

The control-flow sections for a single entity's own page.

Returns '' when the parser recorded nothing, which is the honest answer for a component that
neither refuses work nor handles failure — and is very common. A page that announced "no
branches found" on every such component would turn a true absence into noise.

## Signature

```ts
function renderEntityControlFlow(entity: { name?: string }, flow: ControlFlow): string
```

## Parameters

| Name | Type |
|---|---|
| `entity` | `{ name?: string }` |
| `flow` | `ControlFlow` |

**Returns:** `string`
