Response for returning disassembly of a function.
| Name | Type | Description | Notes |
|---|---|---|---|
| blocks | List<FunctionBlockResponse> | Disassembly is broken into control flow blocks | |
| localVariables | List<FunctionLocalVariableResponse> | Local variables associated with this function | |
| params | List<FunctionParamResponse> | Params associated with this function | |
| overviewComment | String |