Kind: Function
Source: atloria-monorepo/libs/parser-core/src/techdocs/control-flow-render.ts
The control flow a parser recorded for an entity, if it recorded any.
Signature
tsfunction controlFlowOf(entity: unknown): ControlFlow | undefined
Parameters
| Name | Type |
|---|---|
entity | unknown |
Returns: ControlFlow | undefined
Was this page helpful?