Soft-disable (not delete).
(machineId: string)
| 66 | if (response.payload.case !== "machineMessageList") { |
| 67 | throw new Error("cmdop-core returned the wrong messages response arm"); |
| 68 | } |
| 69 | return response.payload.value; |
| 70 | } |
| 71 | } |
nothing calls this directly
no outgoing calls
no test coverage detected