(options = {})
| 113 | } |
| 114 | |
| 115 | function parseCordovaServerPortOption(options = {}) { |
| 116 | const cordovaServerPortOption = options['cordova-server-port']; |
| 117 | return cordovaServerPortOption ? parseInt(cordovaServerPortOption, 10) : null; |
| 118 | } |
| 119 | |
| 120 | function detectMobileServerUrl(parsedServerUrl, isRunOnDeviceRequested) { |
| 121 | // Always try to use an auto-detected IP first |
no outgoing calls
no test coverage detected
searching dependent graphs…