# controlFlowOf

**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#L76)

The control flow a parser recorded for an entity, if it recorded any.

## Signature

```ts
function controlFlowOf(entity: unknown): ControlFlow | undefined
```

## Parameters

| Name | Type |
|---|---|
| `entity` | `unknown` |

**Returns:** `ControlFlow | undefined`
