()
| 272 | } |
| 273 | |
| 274 | export function execute_pending_program(): OperationStruct { |
| 275 | let operation = OPCODE_ID_33_EXECUTE_PENDING_PROGRAM(); |
| 276 | return operation; |
| 277 | } |
| 278 | |
| 279 | export function end_emergency(): OperationStruct { |
| 280 | let operation = OPCODE_ID_34_END_EMERGENCY(); |
nothing calls this directly
no test coverage detected