(choice: IChoice)
| 329 | } |
| 330 | |
| 331 | function describeChoice(choice: IChoice) { |
| 332 | return { |
| 333 | id: choice.id, |
| 334 | name: choice.name, |
| 335 | type: choice.type, |
| 336 | }; |
| 337 | } |
| 338 | |
| 339 | /** |
| 340 | * Shared execution tail for any already-resolved choice (persisted via |
no outgoing calls
no test coverage detected