(status: boolean, msg: string)
| 58 | }; |
| 59 | |
| 60 | const sock_response = (status: boolean, msg: string) => { |
| 61 | return { status: status, msg: msg }; |
| 62 | }; |
| 63 | |
| 64 | export { handleCommand, handleDevicePrepare, handleDestroy }; |
no outgoing calls
no test coverage detected