()
| 81 | } |
| 82 | |
| 83 | export function getClientMsgId () { |
| 84 | return (Date.now() + Math.random().toFixed(3)).replace('.', '') |
| 85 | } |
| 86 | |
| 87 | export function getDeviceID () { |
| 88 | return 'e' + ('' + Math.random().toFixed(15)).substring(2, 17) |
no outgoing calls
no test coverage detected