| 15 | import http from 'http'; |
| 16 | |
| 17 | interface SwpanModuleProp { |
| 18 | moduleId: string; |
| 19 | env: any; |
| 20 | keepAlive: boolean; |
| 21 | } |
| 22 | async function checkInstall() { |
| 23 | await checkInstallStatus(); |
| 24 | } |
nothing calls this directly
no outgoing calls
no test coverage detected